-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 803 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 803 Bytes
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
{
"name": "node-wiki",
"version": "1.1.3",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"authors": [
"Chinakids <494063570@qq.com>"
],
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"crypto": "0.0.3",
"debug": "~2.2.0",
"domino": "^1.0.18",
"express": "~4.12.1",
"express-session": "^1.11.3",
"jade": "~1.11.0",
"katex": "^0.5.0",
"mermaid": "0.5.1",
"mongoose": "^4.0.7",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0",
"underscore": "^1.8.3",
"zepto-node": "^1.0.0",
"marked":"~0.3.5"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^3.1.0",
"time-grunt": "^1.0.0"
}
}