-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 859 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 859 Bytes
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": "data-processing-tests",
"version": "0.0.1",
"scripts": {
"ni-server": "node network_interface/network_interface.js",
"client-server": "node client_app/client.js",
"old-server": "node old_server/old_server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"description": "",
"main": "server.js",
"dependencies": {
"body-parser": "^1.17.2",
"ejs": "^2.5.5",
"express": "^4.14.1",
"http": "^0.0.0",
"mysql": "^2.13.0",
"when": "^3.7.8"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Pritchy96/data-processing-tests.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Pritchy96/data-processing-tests/issues"
},
"homepage": "https://github.com/Pritchy96/data-processing-tests/wiki"
}