-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 KB
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
43
44
45
46
47
48
49
50
{
"name": "jade-press.org",
"version": "0.0.1",
"description": "docs site for jadepress",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/jade-press/jade-press.org.git"
},
"keywords": [
"jade-press.org",
"jade-press"
],
"author": {
"name": "ZHAO Xudong",
"email": "zxdong@gmail.com",
"url": "http://html5beta.com"
},
"dependencies": {},
"devDependencies": {
"cross-spawn": "^3.0.1",
"gulp": "3.8.11",
"gulp-concat": "2.5.2",
"gulp-jade": "1.1.0",
"gulp-newer": "0.5.0",
"gulp-plumber": "1.0.1",
"gulp-rename": "1.2.2",
"gulp-stylus": "2.0.2",
"gulp-uglify": "1.2.0",
"gulp-util": "3.0.5",
"gulp-watch": "4.2.4",
"jade-press": "*",
"koa": "1.2.0",
"koa-static": "2.0.0",
"mocha": "2.4.5",
"run-sequence": "1.1.5"
},
"engines": {
"node": "^5.8.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jade-press/jade-press.org/issues"
},
"homepage": "https://github.com/jade-press/jade-press.org"
}