-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 1.19 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
{
"name": "aframe-terrain-model-component",
"version": "1.0.1",
"description": "Terrain model components for A-Frame.",
"main": "index.js",
"scripts": {
"build": "browserify docs/main.js -o docs/build.js",
"dev": "budo docs/main.js:build.js --dir docs --port 8000 --live --open",
"dev-ssl": "budo docs/main.js:build.js --dir docs --port 8000 --live --open --ssl",
"dist": "webpack --config webpack.dev.config.js && webpack --config webpack.config.js",
"postpublish": "npm run dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bryik/aframe-terrain-model-component.git"
},
"keywords": [
"aframe",
"aframe-component",
"aframe-vr",
"vr",
"mozvr",
"webvr"
],
"author": "bryik <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bryik/aframe-terrain-model-component/issues"
},
"homepage": "https://github.com/bryik/aframe-terrain-model-component#readme",
"devDependencies": {
"aframe": "1.0.4",
"browserify": "^16.5.1",
"browserify-css": "^0.15.0",
"budo": "^11.6.3",
"envify": "^4.1.0",
"prettier": "^2.0.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}