forked from vonWolfehaus/von-grid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
42
43
44
45
46
{
"name": "hex-grid",
"description": "Hexagonal (and other) grid stuff with three.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vonWolfehaus/hex-grid.git"
},
"license": "MIT",
"devDependencies": {},
"dependencies": {
"body-parser": "^1.18.3",
"browser-sync": "^2.26.3",
"del": "^2.0.2",
"express": "^4.16.4",
"gulp": "^4.0.0",
"gulp-add-src": "^1.0.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-concat": "^2.4.1",
"gulp-doxx": "0.0.5",
"gulp-flatten": "^0.2.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-riot": "^1.1.5",
"gulp-run-command": "0.0.9",
"gulp-sort-amd": "^0.9.1",
"gulp-sourcemaps": "^1.3.0",
"gulp-stylus": "^2.7.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.4",
"gulp-wrap": "^0.14.0",
"run-sequence": "^1.0.2",
"seedrandom": "^2.4.2"
},
"bugs": {
"url": "https://github.com/vonWolfehaus/hex-grid/issues"
},
"homepage": "https://github.com/vonWolfehaus/hex-grid#readme",
"version": "1.0.0",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": ""
}