-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
50 lines (50 loc) · 1.14 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
{
"name": "gulp-bower",
"version": "0.0.15",
"description": "Install Bower packages.",
"main": "index.js",
"dependencies": {
"ansi-colors": "^1.0.1",
"bower": "^1.3.12",
"fancy-log": "^1.3.2",
"inquirer": "^0.11.2",
"plugin-error": "^0.1.2",
"through2": "0.6.2",
"vinyl": "^2.1.0",
"walk": "2.3.3"
},
"devDependencies": {
"chai": "^3.4.1",
"event-stream": "^3.3.2",
"gulp": "latest",
"gulp-codecov.io": "^1.0.1",
"gulp-istanbul": "^0.10.3",
"gulp-jshint": "latest",
"gulp-mocha": "^2.2.0",
"jshint": "^2.9.1",
"mocha": "^2.3.4",
"rimraf": "^2.5.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"stream-assert": "^2.0.3"
},
"scripts": {
"test": "node node_modules/gulp/bin/gulp.js post-coverage && node node_modules/gulp/bin/gulp.js lint"
},
"repository": {
"type": "git",
"url": "git://github.com/zont/gulp-bower.git"
},
"keywords": [
"gulpplugin",
"bower"
],
"author": "Alexander Zonov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zont/gulp-bower/issues"
},
"engines": {
"node": ">=0.8"
}
}