-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 898 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 898 Bytes
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
{
"name": "aframe-presentation-component",
"description": "AFrame Presentation component",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"build": "rm -rf dist && mkdir dist && ./node_modules/.bin/webpack-cli --entry ./index.js --output dist/aframe-presentation-component.js --config webpack.dev.config.js && ./node_modules/.bin/webpack-cli --entry ./index.js --output dist/aframe-presentation-component.min.js",
"dev": "./node_modules/.bin/budo index.js:aframe-presentation-component.min.js --dir examples --port 7000 --live",
"start": "npm run dev"
},
"keywords": [
"aframe",
"aframe-example",
"aframe-boilerplate",
"aframe-scene",
"presentation",
"slidedeck",
"webvr",
"vr"
],
"dependencies": {
"aframe": "^1.1.0",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.10"
},
"devDependencies": {
"budo": "^11.2.0"
}
}