-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 916 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": "pipe-dream",
"version": "0.1.1",
"description": "Pipes only exist in dreams.",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"keywords": [
"gulp",
"gulpfriendly",
"vinyl",
"vinyl-source-stream"
],
"homepage": "https://github.com/caseyhoward/pipe-dream",
"repository": {
"type": "git",
"url": "http://github.com/caseyhoward/pipe-dream.git"
},
"author": "Casey Howard",
"license": "MIT",
"devDependencies": {
"chai": "^1.10.0",
"denodify": "^0.1.18",
"fs-extra": "^0.13.0",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-mocha": "^2.0.0",
"gulp-util": "^3.0.4",
"lie-denodify": "^0.3.0",
"mocha": "^2.0.1",
"sinon": "^1.12.2",
"temp": "^0.8.1"
},
"dependencies": {
"es6-promise": "^2.0.1",
"harmony-proxy": "0.0.2",
"lodash": "^3.3.1",
"ncp": "^2.0.0",
"npm": "^2.6.0"
}
}