forked from mozilla/three.xr.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 806 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": "three.xr.js",
"version": "0.1.11",
"description": "Library to build WebXR experiences with three.js",
"main": "dist/three.xr.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "webpack",
"start": "webpack-dev-server --host 0.0.0.0",
"lint": "semistandard -v | snazzy"
},
"repository": "https://github.com/mozilla/three.xr.js",
"license": "MIT",
"semistandard": {
"ignore": [
"**/vendor/**"
]
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.0",
"semistandard": "^11.0.0",
"snazzy": "^7.0.0",
"uglifyjs-webpack-plugin": "1.0.1",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3"
},
"dependencies": {}
}