-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "ludum-dare-34",
"version": "0.0.1",
"description": "Ludum Dare game jam entry #34",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CorvusClub/ludum-dare-34.git"
},
"author": "Corvus Club",
"license": "MIT",
"bugs": {
"url": "https://github.com/CorvusClub/ludum-dare-34/issues"
},
"homepage": "https://github.com/CorvusClub/ludum-dare-34#readme",
"devDependencies": {
"autoprefixer": "^6.1.2",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"browser-sync": "^2.10.0",
"browserify": "^12.0.1",
"cubic-bezier": "^0.1.2",
"gulp": "^3.9.0",
"gulp-inject": "^3.0.0",
"gulp-postcss": "^6.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgstore": "^5.0.5",
"gulp-uglify": "^1.5.1",
"postcss-import": "^7.1.3",
"snapsvg": "^0.4.0",
"tween.js": "^16.3.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}