-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 829 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
{
"name": "WebXR_examples",
"version": "0.0.1",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "npm run build && http-server .",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mozilla/webxr-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mozilla/webxr-api/issues"
},
"homepage": "https://github.com/Mozilla/webxr-api#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.7.0",
"http-server": "^0.11.1",
"webpack": "^3.5.5"
},
"dependencies": {
"@tensorflow-models/coco-ssd": "^1.0.0",
"@tensorflow/tfjs": "^1.0.0",
"samsung-tv-remote": "^1.0.0"
}
}