-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.12 KB
/
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": "apophenia",
"version": "1.0.0",
"description": "Meditation On Dots",
"main": "index.js",
"dependencies": {
"async": "^2.0.1",
"beet.js": "^1.7.0",
"bowser": "^1.7.2",
"dynamics.js": "^1.1.5",
"faster-delaunay": "^1.0.0",
"fastidious-envelope-generator": "^1.0.2",
"lerp": "^1.0.3",
"lodash": "^4.7.0",
"markovian": "^1.1.1",
"moment": "^2.12.0",
"node-uuid": "^1.4.7",
"ptjs": "^0.2.1",
"random-float": "^1.0.0",
"random-int": "^1.0.0",
"stats.js": "^0.16.0",
"teoria": "^2.2.0",
"three": "^0.83.0",
"three-orbit-controls": "^72.0.0",
"webworkify": "^1.4.0"
},
"devDependencies": {
"browserify": "^13.0.0",
"concurrently": "^2.1.0",
"jshint": "^2.9.2",
"uglify-js": "^3.0.28",
"watchify": "^3.7.0"
},
"scripts": {
"watch": "concurrently 'watchify index.js -o build/build.js' 'live-server'",
"build": "browserify index.js | uglifyjs -c > build/build.min.js",
"update-pages": "git checkout gh-pages && git rebase master && git push origin gh-pages && git checkout master"
},
"author": "",
"license": "ISC"
}