-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
42 lines (42 loc) · 1016 Bytes
/
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
{
"name": "gulp-install",
"version": "1.1.0",
"description": "Automatically install npm, bower, tsd, and pip packages/dependencies if the relative configurations are found in the gulp file stream respectively",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/slushjs/gulp-install"
},
"keywords": [
"gulpplugin",
"bower",
"npm",
"install"
],
"author": "Joakim Carlstein <joakim@klei.se>",
"license": "MIT",
"bugs": {
"url": "https://github.com/slushjs/gulp-install/issues"
},
"homepage": "https://github.com/slushjs/gulp-install",
"dependencies": {
"dargs": "^5.1.0",
"gulp-util": "^3.0.7",
"lodash.groupby": "^4.6.0",
"p-queue": "^1.0.0",
"through2": "^2.0.3",
"which": "^1.2.14"
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^3.2.0",
"standard-version": "^4.0.0",
"xo": "^0.18.0"
},
"xo": {
"space": true
}
}