-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 980 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 980 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
38
{
"name": "module-pusher",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"analyze-es6-modules": "^0.6.0",
"bloomfilter": "0.0.16",
"finalhandler": "^0.4.1",
"fs-promise": "^0.5.0",
"glob-promise": "^1.0.6",
"gulp-concat": "^2.6.0",
"http2": "^3.3.2",
"lodash": "^4.6.1",
"precinct": "^3.6.0",
"router": "^1.1.4",
"serve-static": "^1.10.2",
"system-trace": "^0.2.1"
},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-es2015-modules-systemjs": "^6.6.5",
"babel-preset-es2015-native-generators": "^6.6.0",
"babel-register": "^6.7.2",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0"
}
}