-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.14 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.14 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": "baofa",
"version": "1.0.3",
"description": "a koa blog system",
"main": "index.js",
"dependencies": {
"ali-oss": "^2.2.0",
"aliyun-sdk": "^1.5.8",
"assert": "^1.1.2",
"ccap": "^0.6.0",
"chalk": "^1.0.0",
"co": "^4.0.1",
"co-body": "^1.0.0",
"co-busboy": "^1.3.0",
"co-views-helpers": "0.0.1",
"coffee-script": "^1.9.3",
"extend": "^2.0.1",
"handlebars": "^3.0.3",
"jsx-require-extension": "^0.2.0",
"koa": "^0.13.0",
"koa-generic-session": "^1.9.0",
"koa-router": "^5.1.1",
"koa-session": "^3.1.0",
"koa-static-cache": "^3.1.1",
"lodash": "^3.9.3",
"markdown-js": "^0.0.3",
"node-jsx": "^0.13.3",
"react": "^0.13.3",
"request": "^2.58.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/webkixi/baofa.git"
},
"keywords": [
"blog",
"nodejs",
"koa"
],
"author": "ralf",
"license": "ISC",
"bugs": {
"url": "https://github.com/webkixi/baofa/issues"
},
"homepage": "https://github.com/webkixi/baofa"
}