-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 812 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 812 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
36
37
{
"name": "wept-build",
"version": "0.1.1",
"description": "builder for weapp",
"main": "index.js",
"scripts": {
"prepublish": "gulp build",
"test": "ava"
},
"ava": {
"files": [
"test/*.js"
],
"concurrency": 20
},
"author": "chemzqm@gmail.com",
"license": "MIT",
"devDependencies": {
"ava": "^0.17.0",
"babel-plugin-add-module-exports": "^0.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-util": "^3.0.8"
},
"dependencies": {
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"chalk": "^1.1.3",
"concat-with-sourcemaps": "^1.0.4",
"convert-source-map": "^1.3.0",
"glob": "^7.1.1",
"merge": "^1.2.0",
"node-parallel": "^0.1.6",
"source-map": "^0.5.6"
}
}