forked from m19c/gulp-run
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 805 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
{
"name": "gulp-run",
"version": "1.6.4",
"description": "Pipe to shell commands in gulp",
"main": "gulp-run.js",
"scripts": {
"test": "./node_modules/.bin/mocha spec -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/cbarrick/gulp-run.git"
},
"keywords": [
"gulpplugin",
"gulp",
"run",
"shell",
"command",
"sh"
],
"author": "Chris Barrick <cbarrick1@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/cbarrick/gulp-run/issues"
},
"homepage": "https://github.com/cbarrick/gulp-run",
"devDependencies": {
"canopy": "^0.2.0",
"chai": "^1.9.1",
"gulp": "^3.6.2",
"mocha": "^1.18.2"
},
"dependencies": {
"gulp-util": "^3.0.0",
"lodash": "^2.4.1",
"vinyl": "^0.3.0"
}
}