forked from tableau/wdclib
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 858 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "wdclib",
"description": "Required Library to bridge javascript with Tableau. Use the scripts below to create the combined shim library. i.e. npm run-script build_and_copy",
"scripts": {
"build": "webpack --config webpack.config.js --progress --profile --colors",
"build_min": "webpack --config webpack-production.config.js --progress --profile --colors",
"make_version": "node ./make_version.js"
},
"main": "ShimLibrary.js",
"private": true,
"author": "Tableau",
"devDependencies": {
"webpack": "^1.9.11",
"fs.extra": "^1.3.2"
},
"dependencies": {
"commander": "^2.9.0",
"cookies-js": "^1.2.2",
"fs-extra": "^0.30.0",
"json-loader": "^0.5.4",
"jsuri": "^1.3.1",
"qwebchannel": "^5.5.0",
"string.prototype.endswith": "^0.2.0"
},
"config": {
"versionNumber": "2.4.0"
}
}