forked from hcilab/Redline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 861 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": "redline",
"version": "0.0.1",
"description": "Data service for the Redline experimental environment. Logs data into a MongoDB server",
"main": "RedlineDataServer/index.js",
"dependencies": {
"compression": "^1.7.2",
"cors": "^2.8.4",
"express": "^4.16.3",
"lodash": "^4.17.5",
"mongoose": "^5.0.10",
"node-json2html": "^1.2.0",
"server": "^1.0.18",
"socket.io": "^2.0.4"
},
"devDependencies": {},
"scripts": {
"start": "cd RedlineDataServer && node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hcilab/Redline.git"
},
"author": "Jason Wuertz",
"license": "MIT",
"bugs": {
"url": "https://github.com/hcilab/Redline/issues"
},
"homepage": "https://github.com/hcilab/Redline#readme"
}