-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.31 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
48
49
50
51
{
"name": "A_Silk_Road",
"version": "0.0.1",
"description": "sockets.io iand three.js learning with a small-scale online explorable space centred on a brokerage and trading system.",
"main": "routes/index.js",
"scripts": {
"start": "cd routes && node index.js",
"test": "mocha --reporter list"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peelingSun/api-presentation-threejs.git"
},
"keywords": [
"socket.io",
"threejs"
],
"author": "Sylvain_Tran",
"license": "ISC",
"bugs": {
"url": "https://github.com/peelingSun/api-presentation-threejs/issues"
},
"homepage": "https://github.com/peelingSun/api-presentation-threejs#readme",
"devDependencies": {
"bufferutil": "^4.0.1",
"chai": "^4.2.0",
"express": "^4.17.1",
"mocha": "^8.1.3",
"sinon": "^9.2.0",
"socket.io": "^2.3.0",
"three": "^0.121.1",
"utf-8-validate": "^5.0.2"
},
"dependencies": {
"bufferutil": "^4.0.1",
"chai": "^4.2.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"jshashes": "^1.0.8",
"node-static": "^0.7.11",
"sinon": "^9.2.0",
"socket.io": "^2.3.0",
"three": "^0.121.1",
"ui-contextmenu": "^1.18.1",
"unique-names-generator": "^4.3.1",
"utf-8-validate": "^5.0.2"
},
"engines": {
"node": "10.15.3"
}
}