-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.17 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "xcat",
"version": "0.1.0",
"description": "Xcat is a blog system, isomorphic application, the React way.",
"main": "index.js",
"scripts": {
"start": "node --harmony server",
"build": "node bin/build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/xcatliu/xcat.git"
},
"keywords": [
"xcat",
"blog",
"react",
"isomorphic"
],
"author": "xcatliu <[email protected]> (http://xcatliu.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/xcatliu/xcat/issues"
},
"homepage": "https://github.com/xcatliu/xcat",
"engines": {
"node": ">= 0.11.13"
},
"browserify": {
"transform": [
"reactify",
"uglifyify"
]
},
"dependencies": {
"bluebird": "^2.5.3",
"browserify": "^7.0.0",
"highlight.js": "^8.4.0",
"js-yaml": "^3.2.3",
"koa": "^0.13.0",
"koa-gzip": "^0.1.0",
"koa-route": "^2.4.0",
"koa-static": "^1.4.7",
"literalify": "^0.3.0",
"lodash": "^2.4.1",
"marked": "^0.3.2",
"node-jsx": "^0.12.4",
"react": "^0.12.1",
"reactify": "^0.17.1",
"uglifyify": "^2.6.0",
"watch": "^0.13.0",
"xcat-ajax": "^0.2.1"
}
}