forked from sitcomlab/IVE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.11 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "ive",
"version": "1.0.0",
"description": "The Immersive Video Environment",
"main": "sever.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sitcomlab/IVE.git"
},
"keywords": [
"IVE"
],
"author": "Nicholas Schiestel",
"license": "MIT",
"bugs": {
"url": "https://github.com/sitcomlab/IVE/issues"
},
"homepage": "https://github.com/sitcomlab/IVE#readme",
"dependencies": {
"ajv": "^4.7.3",
"async": "^2.1.4",
"body-parser": "^1.15.2",
"colors": "^1.1.2",
"commander": "^2.9.0",
"connect-multiparty": "2.1.0",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"cookie-signature": "^1.0.6",
"debug": "^2.2.0",
"dotenv": "^4.0.0",
"express": "^4.14.0",
"file-system": "^2.2.2",
"http": "0.0.0",
"jsonwebtoken": "^7.2.1",
"moment": "^2.15.2",
"mv": "^2.1.1",
"neo4j-driver": "^1.3.0",
"path": "^0.12.7",
"socket.io": "^1.5.1",
"socket.io-client": "^1.7.2",
"underscore": "^1.8.3",
"uuid": "^3.0.1"
}
}