-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 944 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
{
"name": "momonger",
"version": "0.0.1",
"description": "WIP version",
"main": "index.js",
"scripts": {
"build": "rm -rf built && coffee -o 'built' -c src/momonger && coffee -o 'built/bin' -c bin && cp -r src/momonger/node-jptokenizer/mongolib built/node-jptokenizer/ && cp README.md package.json built/"
},
"author": "hiroaki.kubota@mail.crumb.jp",
"license": "MIT",
"dependencies": {
"async": "^1.5.0",
"cluster": "^0.7.7",
"mongodb": "^2.2.25",
"opts": "^1.2.2",
"redis": "^2.7.1",
"sift": "^3.0.0",
"underscore": "^1.8.3"
},
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/crumbjp/momonger.git"
},
"devDependencies": {
"chai": "3.4.1",
"coffee-coverage": "0.7.0",
"mocha": "2.3.4",
"body-parser": "^1.12.4",
"cookie-parser": "^1.3.5",
"ejs": "^2.3.1",
"express": "^4.12.4",
"moment": "^2.10.3"
}
}