-
Notifications
You must be signed in to change notification settings - Fork 299
/
package.json
64 lines (64 loc) · 1.56 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
55
56
57
58
59
60
61
62
63
64
{
"name": "hexo-admin",
"version": "2.3.0",
"description": "Adds an admin section to the hexo server",
"main": "index.js",
"scripts": {
"prepublish": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/jaredly/hexo-admin.git"
},
"keywords": [
"hexo",
"admin",
"dashboard",
"plugin"
],
"author": "Jared Forsyth <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaredly/hexo-admin/issues"
},
"homepage": "http://jaredly.github.io/hexo-admin/",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.5.0",
"browserify": "^11.2.0",
"connect-auth": "^0.6.1",
"cookie-parser": "^1.3.4",
"deep-assign": "^2.0.0",
"express-session": "^1.10.3",
"extend": "^3.0.0",
"hexo-front-matter": "^0.2.2",
"hexo-fs": "0.2.3",
"hexo-util": "^0.1.6",
"less": "^2.5.1",
"moment": "^2.7.0",
"serve-static": "^1.4.0",
"write-good": "^0.10.0"
},
"devDependencies": {
"browserify": "^11.2.0",
"codemirror": "^5.24.2",
"es6-promise": "^1.0.0",
"gulp": "^3.9.1",
"gulp-less": "^3.0.5",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"less": "^2.6.1",
"lodash": "^2.4.1",
"marked": "^0.3.2",
"moment": "^2.7.0",
"react": "^0.11.1",
"react-router": "^0.4.1",
"reactify": "^0.14.0",
"superagent": "^0.18.2",
"superagent-browserify": "0.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}