-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 907 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 907 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
38
39
{
"name": "WaT",
"version": "1.0.0",
"description": "hanging bouncy string that jumps on command. built with verlet-system",
"main": "index.js",
"scripts": {
"start": "budo index.js:bundle.js --live -- -t babelify",
"build": "browserify index.js -t babelify | uglifyjs -cm > bundle.js"
},
"contributors": [
"lcb931023",
".CLI"
],
"license": "MIT",
"babel": {
"presets": [
"es2015"
]
},
"devDependencies": {
"babel-preset-es2015": "^6",
"babelify": "^7",
"browserify": "^14",
"budo": "^10",
"uglify-js": "^2"
},
"dependencies": {
"@superguigui/wagner": "^0.1.6",
"dat.gui": "^0.6.1",
"glslify": "^6.1.0",
"randomcolor": "",
"three": "^0.85.2",
"three-orbit-viewer": "^69.3.1",
"tween.js": "^16.6.0",
"verlet-constraint": "^1.1.0",
"verlet-point": "^1.2.1",
"verlet-system": "^1.0.15"
}
}