-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 960 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 960 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
{
"name": "el-promise",
"version": "1.0.1",
"jsnext:main": "lib/Promise.js",
"main": "build/es5.js",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"eslint": "^3.15.0",
"express": "^4.14.1",
"gulp": "^3.9.1",
"gulp-rollup": "^2.11.0",
"gulp-sourcemaps": "^2.4.1",
"inherits": "^2.0.3",
"lodash": "^4.17.4",
"rollup": "^0.41.4",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-eslint": "^3.0.0",
"rollup-plugin-inject": "^2.0.0",
"rollup-plugin-node-builtins": "^2.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-uglify": "^1.0.1",
"rollup-stream": "^1.19.0",
"rollup-watch": "^3.2.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"keywords": [
"promise",
"then",
"a+"
]
}