-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1023 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
{
"name": "nodecompat.com",
"version": "1.0.0",
"description": "",
"main": "src/index.jade",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/strugee/nodecompat.com.git"
},
"author": "AJ Jordan <[email protected]>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/strugee/nodecompat.com/issues"
},
"homepage": "https://github.com/strugee/nodecompat.com#readme",
"dependencies": {
"browserify": "^13.0.0",
"es6-browserify": "0.0.7",
"gulp": "^3.9.1",
"gulp-gh-pages": "^0.5.4",
"gulp-jade": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.3.1",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.2",
"concat-stream": "^2.0.0",
"csv-parse": "^4.4.1",
"ecstatic": "^2.1.0",
"end-of-stream": "^1.4.1",
"lodash.merge": "^4.6.1",
"nodejs-latest": "^1.1.0",
"run-parallel": "^1.1.9"
}
}