-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
31 lines (31 loc) · 991 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": "example-3dworld-client-javascript",
"version": "1.0.0",
"description": "<!-- START DESCRIPTION lightstreamer-example-3dworld-client-javascript -->",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lightstreamer/Lightstreamer-example-3DWorld-client-javascript.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lightstreamer/Lightstreamer-example-3DWorld-client-javascript/issues"
},
"homepage": "https://github.com/Lightstreamer/Lightstreamer-example-3DWorld-client-javascript#readme",
"devDependencies": {
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"rollup": "^3.26.3"
},
"dependencies": {
"lightstreamer-client-web": "^9.0.0",
"three": "^0.154.0"
}
}