-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 911 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
34
{
"name": "Infinitree",
"version": "1.0.0",
"description": "Grow to infinity and beyond! But watch out, there are all kinds of hazards along the way. My entry for Ludum Dare 34.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/attilahorvath/infinitree.git"
},
"author": "Attila Horváth",
"license": "MIT",
"bugs": {
"url": "https://github.com/attilahorvath/infinitree/issues"
},
"homepage": "https://github.com/attilahorvath/infinitree#readme",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"browserify": "^12.0.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-uglify": "^1.5.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"babel": {
"presets": [
"es2015"
]
}
}