-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 982 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
{
"name": "Musiverse",
"version": "1.0.0",
"description": "",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Prayash Thapa",
"email": "prayash@effulgence.io",
"url": "https://github.com/prayasht"
},
"semistandard": {
"globals": ["THREE"]
},
"dependencies": {
"object-assign": "^4.1.0",
"orbit-controls": "^1.1.1",
"raf-loop": "^1.1.3",
"three": "^0.86.0",
"three-buffer-vertex-data": "^1.0.2",
"unindex-mesh": "^2.0.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"babelify": "^7.3.0",
"brfs": "^1.4.3",
"budo": "^9.2.0"
},
"scripts": {
"start": "budo src/index.js:bundle.js --open --live --dir public -- -t babelify -t brfs"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git://github.com/prayasht/musiverse.git"
},
"homepage": "https://effulgence.io/musiverse",
"bugs": {
"url": "https://github.com/prayasht/musiverse/issues"
}
}