-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 940 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 940 Bytes
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
{
"name": "coffee-bird",
"version": "0.1.0",
"description": "A bird game.",
"main": "src/main.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "git submodule init && git submodule update"
},
"repository": {
"type": "git",
"url": "https://github.com/mfellner/coffee-bird.git"
},
"author": "Maximilian Fellner",
"license": "ISC",
"bugs": {
"url": "https://github.com/mfellner/coffee-bird/issues"
},
"homepage": "https://github.com/mfellner/coffee-bird",
"devDependencies": {
"browser-sync": "^1.2.1",
"coffee-script": "^1.7.1",
"coffeeify": "^0.6.0",
"gulp": "^3.8.6",
"gulp-browserify": "^0.5.0",
"gulp-coffeelint": "^0.3.3",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-sass": "^0.7.2",
"gulp-uglify": "^0.3.1",
"gulp-util": "^2.2.20",
"jquery": "^2.1.1",
"run-sequence": "^0.3.6"
}
}