-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 992 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 992 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
30
31
32
33
34
35
36
37
{
"name": "aframe-tone-boilerplate",
"version": "1.0.0",
"description": "Boilerplate with A-Frame 0.9.2 and Tone.js 13.4.9",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ulrikah/blank.git"
},
"scripts": {
"start": "budo index.js:bundle.js --live --port 9000 -o",
"build": "browserify index.js -o bundle.js && surge ."
},
"keywords": [
"aframe",
"tone"
],
"author": "Ulrik Antoniussen Halmøy",
"license": "ISC",
"dependencies": {
"aframe": "^0.9.2",
"aframe-environment-component": "^2.0.0",
"aframe-event-set-component": "^5.0.0",
"aframe-haptics-component": "^1.5.1",
"aframe-log-component": "^1.0.7",
"aframe-physics-system": "^4.0.0",
"aframe-state-component": "^6.7.0",
"aframe-text-geometry-component": "^0.5.1",
"teoria": "^2.5.0",
"tone": "^13.4.9"
},
"devDependencies": {
"browserify": "^16.2.3",
"budo": "^11.6.2",
"uglify-js": "^3.6.0"
}
}