forked from sun-zheng-an/gulp-shell
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 913 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
{
"name": "gulp-shell",
"version": "0.5.1",
"description": "A handy command line interface for gulp",
"main": "index.js",
"scripts": {
"test": "gulp test lint",
"coveralls": "gulp coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/sun-zheng-an/gulp-shell"
},
"keywords": [
"gulpplugin",
"gulp",
"shell",
"command"
],
"author": "Sun Zheng'an",
"license": "MIT",
"bugs": {
"url": "https://github.com/sun-zheng-an/gulp-shell/issues"
},
"homepage": "https://github.com/sun-zheng-an/gulp-shell",
"devDependencies": {
"chai": "~3.4.0",
"coveralls": "~2.11.4",
"eslint": "~1.7.3",
"gulp": "~3.9.0",
"istanbul": "~0.4.0",
"mocha": "~2.3.3",
"mocha-lcov-reporter": "~1.0.0"
},
"dependencies": {
"async": "~1.5.0",
"gulp-util": "~3.0.7",
"lodash": "^3.10.1",
"through2": "~2.0.0"
}
}