-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.38 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "asyncp",
"version": "0.8.0",
"description": "Async.js for Promises",
"homepage": "https://github.com/jgornick/asyncp",
"keywords": [
"async",
"promise",
"util"
],
"main": "asyncp",
"author": "Joe Gornick <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jgornick/asyncp/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:jgornick/asyncp.git"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"throat": "^3.0.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-builtin-extend": "^1.1.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015-rollup": "^1.2.0",
"babel-register": "^6.14.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-bump": "^2.4.0",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^3.0.1",
"gulp-git-streamed": "^1.8.0",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-plumber": "^1.1.0",
"isparta": "^4.0.0",
"rollup": "^0.35.9",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^4.1.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-uglify": "^1.0.1",
"run-sequence": "^1.2.2"
}
}