forked from slushjs/gulp-install
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 847 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
{
"name": "gulp-install",
"version": "0.6.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": {
"gulp-util": "^3.0.4",
"through2": "^2.0.0",
"which": "^1.0.9"
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.2.1"
}
}