forked from sclorg/nodejs-ex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 946 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
40
41
42
{
"name": "defense",
"version": "0.0.1",
"description": "Thesis defense",
"main": "server.js",
"dependencies": {
"bcrypt": "^4.0.1",
"chai": "^3.5.0",
"chai-http": "^2.0.1",
"ejs": "^2.4.1",
"express": "^4.13.4",
"highlight.js": "^9.18.1",
"mocha": "^2.4.5",
"mongodb": "^2.1.16",
"morgan": "^1.7.0",
"node-static": "^0.7.11",
"object-assign": "4.1.0",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0"
},
"engine": {
"node": "*",
"npm": "*"
},
"scripts": {
"start": "node server.js",
"test": "IP=0.0.0.0 PORT=3030 mocha --timeout 5000 tests/*_test.js"
},
"repository": {
"type": "git",
"url": "http://github.com/sclorg/nodejs-ex.git"
},
"author": "Carsten Uphoff",
"bugs": {
"url": "http://github.com/sclorg/nodejs-ex/issues"
},
"devDependencies": {
"katex": "^0.11.1",
"reveal.js": "^3.9.2",
"three": "^0.114.0"
}
}