-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 832 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 832 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
29
30
31
32
33
34
35
{
"name": "quickstart",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "wx-compile-key",
"wx-compile-key": "node node_modules/wx-compile-key/bin/index.js"
},
"author": "Ailun She",
"license": "ISC",
"devDependencies": {
"github-api": "^2.3.0",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-ext-replace": "^0.3.0",
"gulp-sequence": "^0.4.6",
"gulp-typescript": "^3.0.1",
"gulp-watch": "^4.3.10",
"gutil": "^1.6.4",
"module-inlinify": "^1.0.1",
"preprocess": "^3.1.0",
"robotjs": "^0.4.2",
"through2": "^2.0.1",
"typescript": "^2.0.3",
"wx-compile-key": "^1.0.3"
},
"dependencies": {
"es6-promise": "^4.0.5",
"labrador": "^0.2.3"
},
"module-inlinify": {
"include": "*.inline.js"
}
}