forked from NativeScript/nativescript-app-sync-sdk-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 888 Bytes
/
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
{
"devDependencies": {
"chmod": "0.2.1",
"del": "1.2.1",
"dotenv": "1.2.0",
"dts-generator": "1.5.0",
"express": "4.16.3",
"gulp": "3.9.1",
"gulp-debug": "2.1.2",
"gulp-if": "1.2.5",
"gulp-install": "0.4.0",
"gulp-istanbul": "0.10.4",
"gulp-load-plugins": "1.5.0",
"gulp-mocha": "6.0.0",
"gulp-plumber": "1.2.0",
"gulp-sourcemaps": "2.6.4",
"gulp-tsd": "0.1.1",
"gulp-typescript": "2.14.1",
"gulp-util": "3.0.8",
"merge2": "0.3.7",
"mkdirp": "0.5.1",
"moment": "2.21.0",
"node-libs-browser": "0.5.2",
"node-rsa": "0.2.30",
"require-all": "1.1.0",
"run-sequence": "1.2.2",
"sinon": "1.16.0",
"superagent-mock": "3.7.0",
"supertest": "3.1.0",
"through2": "2.0.3",
"ts-jsx-loader": "0.2.1",
"typescript": "1.5.0-alpha",
"which": "1.3.0",
"yauzl": "2.9.1"
}
}