forked from andrenanninga/medieval-town
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 806 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
{
"name": "medieval-town",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Andre Nanninga <andre@nannin.ga>",
"license": "ISC",
"dependencies": {
"chance": "^0.7.3",
"dat-gui": "^0.5.0",
"fast-simplex-noise": "^0.5.0",
"nprogress": "^0.1.6",
"seedrandom": "^2.3.11",
"stats": "mrdoob/stats.js",
"three": "^0.70.0",
"tinycolor": "0.0.1",
"tinycolor2": "^1.1.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"browserify": "^9.0.8",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.1",
"gulp-connect": "^2.2.0",
"gulp-gh-pages": "^0.5.1",
"gulp-plumber": "^1.0.0",
"gulp-replace": "^0.5.3",
"run-sequence": "^1.0.2"
}
}