-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 843 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
{
"name": "space-colonization",
"version": "0.2.0",
"description": "space colonization algorithm",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nicknikolov/space-colonization.git"
},
"scripts": {
"example": "budo example.js:bundle.js --live --open --onupdate \"standard --verbose | snazzy\" -- -t glslify -t brfs"
},
"author": "nicknikolov <nick@nklv.me>",
"bugs": {
"url": "https://github.com/nicknikolov/space-colonization/issues"
},
"homepage": "https://github.com/nicknikolov/space-colonization#readme",
"license": "MIT",
"dependencies": {
"pex-math": "^1.0.1"
},
"devDependencies": {
"brfs": "^1.4.3",
"glslify": "^6.0.1",
"primitive-sphere": "^2.0.0",
"regl": "^1.3.0",
"regl-camera": "^1.1.0",
"pex-random": "^1.0.0"
}
}