-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
45 lines (45 loc) · 919 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
37
38
39
40
41
42
43
44
45
{
"name": "Norman",
"description": "Minimalist hand-drawn animations in WebVR.",
"version": "0.3.0",
"license": "MIT",
"scripts": {
"start": "budo js/index.js:build/main.js --live --verbose --port 4000",
"build": "browserify js/index.js > build/main.js"
},
"dependencies": {
"aframe": "^0.5.0",
"firebase": "^3.7.8",
"firebaseui": "^1.0.1",
"jquery": "^3.2.1",
"lodash": "^4.17.4"
},
"devDependencies": {
"budo": "^7.0.0",
"ghpages": "0.0.3",
"browserify": "^14.0.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-2": "^6.22.0",
"babelify": "^7.3.0"
},
"keywords": [
"aframe",
"aframe-example",
"aframe-boilerplate",
"aframe-scene",
"webvr",
"vr"
],
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
}
}