-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 867 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
{
"name": "jdroll-api",
"version": "1.0.0",
"description": "API for jdroll.org",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "concurrently \"npm run nodemon\" \"npm run mocha\"",
"nodemon": "nodemon app.js",
"mocha": "mocha --recursive -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"mysql": "^2.10.2",
"php-unserialize": "0.0.1",
"socket.io": "^1.4.5",
"squel": "^5.3.2"
},
"devDependencies": {
"chai": "^3.5.0",
"concurrently": "^2.2.0",
"eslint": "^3.4.0",
"eslint-config-standard": "^6.0.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"mocha": "^3.0.2",
"nodemon": "^1.9.2",
"ts-node": "^1.3.0"
}
}