-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.26 KB
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
48
49
50
51
{
"name": "ludum-dare-37",
"version": "0.0.1",
"description": "???",
"browserify-shim": {
"jquery": "global:jQuery"
},
"dependencies": {
"babel-polyfill": "^6.20.0",
"bootstrap": "^3.3.7",
"jquery": "^3.1.1"
},
"devDependencies": {
"aliasify": "^2.1.0",
"babel-plugin-replace-property": "^1.0.2",
"babel-plugin-transform-function-bind": "^6.8.0",
"babel-preset-env": "^1.0.0",
"babelify": "^7.3.0",
"browser-pack": "^6.0.2",
"browserify": "^13.1.1",
"browserify-shim": "^3.8.12",
"chokidar": "^1.6.1",
"dateformat": "^2.0.0",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-connect": "^5.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^2.2.1",
"gulp-watch": "^4.3.11",
"gulp.spritesmith": "^6.2.1",
"layout": "^2.2.0",
"merge": "^1.2.0",
"merge-stream": "^1.0.1",
"minifyify": "^7.3.4",
"mkdirp": "^0.5.1",
"promise": "^7.1.1",
"watchify": "^3.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:postcursor-laboratories/ludum-dare-37"
},
"author": "Postcursor Laboratories",
"contributors": [
"kenzierocks (Kenzie Togami)"
],
"license": "MIT"
}