-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 841 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
{
"name": "open-compare-2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npm install -g forever",
"start": "forever start -o out.log -e err.log index.js --env prod",
"stop": "forever stop index.js",
"restart": "forever restart -o out.log -e err.log index.js --env prod"
},
"author": "",
"license": "ISC",
"url": "https://opencompare.org/",
"dependencies": {
"ace-builds": "^1.2.6",
"bcrypt": "^1.0.2",
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"crypto": "0.0.3",
"csv-parse": "^1.2.0",
"express": "^4.15.3",
"gaikan": "^2.0.2",
"js-base64": "^2.1.9",
"jsdom": "^11.0.0",
"mongodb": "^2.2.27",
"multer": "^1.3.0",
"socket.io": "^2.0.2"
}
}