forked from ryanlelek/Raneto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.78 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
65
66
67
68
69
70
71
72
{
"name": "raneto",
"version": "0.10.1",
"description": "Markdown powered Knowledgebase",
"author": "Gilbert Pellegrom <[email protected]>",
"license": "MIT",
"keywords": [
"raneto",
"knowledgebase",
"markdown"
],
"repository": {
"type": "git",
"url": "https://github.com/gilbitron/Raneto.git"
},
"bugs": "https://github.com/gilbitron/Raneto/issues",
"contributors": "https://github.com/gilbitron/Raneto/graphs/contributors",
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/gilbitron/Raneto/master/LICENSE"
}
],
"bin": "./bin/raneto",
"main": "./app",
"scripts": {
"start": "DEBUG=raneto node example/server.js",
"start_win": "set DEBUG=raneto&&node example/server.js",
"postinstall": "npm update && npm run gulp",
"gulp": "gulp"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"always-tail": "0.2.0",
"body-parser": "1.14.2",
"bootstrap": "3.3.6",
"bootstrap-rtl": "^3.3.4",
"commander": "2.9.0",
"cookie-parser": "1.4.1",
"debug": "2.2.0",
"express": "4.13.4",
"express-session": "1.13.0",
"extend": "3.0.0",
"fitvids": "1.0.2",
"gulp": "3.9.1",
"gulp-shell": "0.5.2",
"highlightjs": "8.7.0",
"hogan-express": "0.5.2",
"jquery": "2.2.0",
"jquery.backstretch": "2.1.1",
"lunr": "0.5.12",
"marked": "0.3.5",
"masonry-layout": "3.3.2",
"moment": "2.11.2",
"morgan": "1.6.1",
"pm2": "1.0.0",
"raneto-core": "0.5.0",
"sanitize-filename": "1.5.3",
"serve-favicon": "2.3.0",
"sweetalert": "1.1.3",
"underscore": "1.8.3",
"underscore.string": "3.2.3",
"validator": "4.7.1"
},
"devDependencies": {
"jshint": "2.9.1",
"mocha": "2.4.5",
"supertest": "1.1.0"
}
}