forked from jaredly/hexo-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.09 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.09 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
{
"name": "hexo-admin",
"version": "0.3.0",
"description": "Adds an admin section to the hexo server",
"main": "index.js",
"scripts": {
"test": "make test",
"prepublish": "make build less"
},
"repository": {
"type": "git",
"url": "https://github.com/jaredly/hexo-admin.git"
},
"keywords": [
"hexo",
"admin",
"dashboard",
"plugin"
],
"author": "Jared Forsyth <jared@jaredforsyth.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaredly/hexo-admin/issues"
},
"homepage": "http://jaredly.github.io/hexo-admin/",
"dependencies": {
"MD5": "^1.2.1",
"body-parser": "^1.5.0",
"connect-auth": "^0.6.1",
"cookie-parser": "^1.3.4",
"express-session": "^1.10.3",
"moment": "^2.7.0",
"serve-static": "^1.4.0"
},
"devDependencies": {
"code-mirror": "^3.22.0",
"es6-promise": "^1.0.0",
"react": "^0.11.1",
"react-router": "^0.4.1",
"lodash": "^2.4.1",
"marked": "^0.3.2",
"moment": "^2.7.0",
"reactify": "^0.14.0",
"superagent": "^0.18.2",
"superagent-browserify": "0.0.2"
}
}