-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
42 lines (42 loc) · 890 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
42
{
"name": "run-sequence",
"description": "Run a series of dependent gulp tasks in order",
"version": "2.2.1",
"homepage": "https://github.com/OverZealous/run-sequence",
"repository": {
"type": "git",
"url": "git://github.com/OverZealous/run-sequence.git"
},
"bugs": {
"url": "https://github.com/OverZealous/run-sequence/issues"
},
"author": {
"name": "Phil DeJarnett",
"url": "http://overzealous.com/"
},
"main": "./index.js",
"keywords": [
"gulpfriendly",
"pipe",
"sequence",
"gulp",
"orchestrator"
],
"dependencies": {
"chalk": "^1.1.3",
"fancy-log": "^1.3.2",
"plugin-error": "^0.1.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^3.4.2",
"should": "~11.2.0"
},
"scripts": {
"test": "mocha --reporter spec"
},
"engines": {
"node": ">= 0.8.0"
},
"license": "MIT"
}