UNPKG

805 BJSONView Raw
1{
2 "name": "gulp-run",
3 "version": "1.5.0",
4 "description": "Pipe to shell commands in gulp",
5 "main": "gulp-run.js",
6 "scripts": {
7 "test": "./node_modules/.bin/mocha spec -R spec"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/cbarrick/gulp-run.git"
12 },
13 "keywords": [
14 "gulpplugin",
15 "gulp",
16 "run",
17 "shell",
18 "command",
19 "sh"
20 ],
21 "author": "Chris Barrick <cbarrick1@gmail.com>",
22 "license": "ISC",
23 "bugs": {
24 "url": "https://github.com/cbarrick/gulp-run/issues"
25 },
26 "homepage": "https://github.com/cbarrick/gulp-run",
27 "devDependencies": {
28 "canopy": "^0.2.0",
29 "chai": "^1.9.1",
30 "gulp": "^3.6.2",
31 "mocha": "^1.18.2"
32 },
33 "dependencies": {
34 "cli-color": "^0.3.2",
35 "lodash": "^2.4.1",
36 "vinyl": "^0.2.3"
37 }
38}