-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 912 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
35
{
"name": "ludum-dare-35",
"version": "0.0.1",
"description": "Ludum Dare Jam entry for LD#35",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CorvusClub/ludum-dare-35.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/CorvusClub/ludum-dare-35/issues"
},
"homepage": "https://github.com/CorvusClub/ludum-dare-35#readme",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browser-sync": "^2.12.3",
"browserify": "^13.0.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-postcss": "^6.1.0",
"postcss-import": "^8.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"gulp-cli": "^1.2.1",
"tween.js": "^16.3.4"
}
}