-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 965 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": "norris-rtc",
"version": "1.0.2",
"description": "Norris real time charts",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"prestart": "npm install",
"pretest": "npm install",
"postinstall": "sh -c 'cd static; npm install'",
"start": "node random.js",
"test": "./node_modules/.bin/mocha test/*/*.js"
},
"repository": {
"type": "git",
"url": "[email protected]:kaizenteamSWE/norris-rtc.git"
},
"author": "Kaizen-Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/kaizenteamSWE/norris-rtc/issues"
},
"homepage": "https://github.com/kaizenteamSWE/norris-rtc",
"dependencies": {
"body-parser": "^1.12.4",
"cookie-parser": "^1.3.5",
"ejs": "~2.3.1",
"express": "^4.12.4",
"jsonschema": "^1.0.1",
"lodash": "^3.9.3",
"socket.io": "^1.3.5",
"socket.io-cookie-parser": "^1.0.0"
},
"devDependencies": {
"mocha": "^2.2.5"
}
}