-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.37 KB
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "rc-sdk",
"paths": {
"build": "build",
"lib": "lib",
"test": "test",
"bower": "bower_components",
"libTSMask": "<%= pkg.paths.lib %>/**/*.ts",
"standalone": "<%= pkg.paths.build %>/standalone",
"standaloneFile": "<%= pkg.paths.build %>/standalone/<%= pkg.name %>",
"node": "<%= pkg.paths.build %>/node",
"nodeTest": "<%= pkg.paths.build %>/nodeTest",
"amd": "<%= pkg.paths.build %>/amd",
"coverage": "<%= pkg.paths.build %>/coverage",
"testFile": "<%= pkg.paths.test %>/mocha.js",
"testMask": "**/*-spec.js"
},
"dependencies": {
"cryptojs": "*",
"pubnub": "*",
"typescript": "*",
"browserify": "*",
"tsify": "*",
"source-map-support": "*",
"time-grunt": "*",
"mocha": "*",
"chai": "*",
"chai-spies": "*",
"grunt": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-requirejs": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-uglify": "*",
"grunt-browserify": "*",
"grunt-exorcise": "*",
"grunt-text-replace": "*",
"grunt-typescript": "*",
"grunt-concurrent": "*",
"grunt-contrib-compress": "*",
"grunt-mocha-cli": "*",
"grunt-mocha-istanbul": "*"
}
}