-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 864 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
{
"name": "scrbble-nin-ja",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"WNdb": "^3.1.1",
"body-parser": "~1.15.0",
"bunyan": "^1.8.1",
"compression": "^1.6.1",
"cookie-parser": "~1.4.1",
"debug": "~2.2.0",
"express": "~4.13.4",
"jade": "~1.11.0",
"morgan": "~1.7.0",
"natural": "^0.4.0",
"nconf": "^0.8.4",
"serve-favicon": "~2.3.0",
"sitemap": "^1.6.0",
"underscore": "^1.7.0",
"wordnet-db": "^3.1.2"
},
"main": "server.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/robpolak/scrbble-nin-ja.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/robpolak/scrbble-nin-ja/issues"
},
"homepage": "https://github.com/robpolak/scrbble-nin-ja"
}