-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.07 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
47
{
"name": "BoxPusher",
"version": "1.0.0",
"description": "Fun little puzzle game",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/THEjoezack/BoxPusher.git"
},
"keywords": [
"Roguelike"
],
"author": "Joe Zack",
"license": "MIT",
"bugs": {
"url": "https://github.com/THEjoezack/BoxPusher/issues"
},
"homepage": "https://github.com/THEjoezack/BoxPusher",
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-bower": "0.0.10",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.1",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.1",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"mocha": "^2.3.2"
},
"dependencies": {
"clone": "^1.0.2",
"gulp-connect": "^2.2.0",
"knuth-shuffle": "^1.0.1",
"sinon": "^1.17.1",
"through2": "^2.0.0",
"vinyl-transform": "^1.0.0"
}
}