-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.21 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
{
"name": "raneto",
"version": "0.7.0",
"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"
}
],
"main": "./app",
"scripts": {
"start": "node ./bin/www",
"postinstall": "npm update"
},
"engines": {
"node": "~0.10.0"
},
"dependencies": {
"basic-auth-connect": "~1.0.0",
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"express": "~4.2.0",
"extend": "^1.2.1",
"glob": "^4.0.0",
"hogan-express": "^0.5.2",
"lunr": "^0.5.3",
"marked": "^0.3.2",
"moment": "^2.6.0",
"morgan": "~1.0.0",
"raneto-core": "0.x",
"static-favicon": "~1.0.0",
"underscore": "^1.6.0",
"underscore.string": "^2.3.3",
"validator": "^3.13.0"
}
}