-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.08 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
{
"name": "aframe-html",
"version": "0.0.4",
"description": "A component rendering and interacting with HTML in VR",
"main": "index.js",
"scripts": {
"dev": "node node_modules/concurrently/src/main.js --kill-others \"./node_modules/webpack/bin/webpack.js --progress --colors --watch\" \"./node_modules/http-server/bin/http-server -s -c-1 -p 9998 .\" \"echo LISTENING ON localhost:9998\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/richardanaya/aframe-html.git"
},
"keywords": [
"aframe",
"html",
"vr",
"3d"
],
"author": "Richard Anaya <[email protected]> (http://www.richardanaya.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/richardanaya/aframe-html/issues"
},
"homepage": "https://github.com/richardanaya/aframe-html#readme",
"dependencies": {
"aframe": "latest",
"rasterizehtml": "^1.2.2"
},
"devDependencies": {
"concurrently": "^2.1.0",
"http-server": "^0.9.0",
"nodemon": "^1.9.2",
"webpack": "^1.13.1",
"react": "^15.1.0",
"react-dom": "^15.1.0"
}
}