-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
39 lines (39 loc) · 1005 Bytes
/
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
{
"name": "node-wiki",
"description": "HTML5 editor powered wiki with drag and drop file upload and easy page creation",
"version": "0.4.0",
"scripts": {
"start": "node .",
"test": "NODE_ENV=test ./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/thomaspeklak/node-wiki"
},
"dependencies": {
"async": "*",
"browserify": "~2.17.3",
"express": "3.2.x",
"express-mongoose": "0.1.x",
"hbsfy": "~0.1.2",
"i18n-2": "0.4.x",
"jade": "*",
"markdown": "~0.4.0",
"mkdirp": "0.3.x",
"mongoose": "3.6.x",
"mongoose-text-search": "0.0.2",
"mongoose-version": "0.2.2",
"request": "2.21.x",
"semver": "^4.3.3",
"validator": "git://github.com/thomaspeklak/node-validator.git"
},
"devDependencies": {
"livereload": "*",
"mocha": "~1.10.0",
"supertest": "~0.7.0",
"chai": "~1.6.0",
"watchify": "0.0.1",
"handlebars-runtime": "~1.0.12"
},
"license": "MIT"
}