-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.34 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "legendary-spoon",
"version": "0.0.1",
"description": "A JS Clone of Zelda",
"browser": {
"phaser": "./node_modules/phaser/dist/phaser.js"
},
"browserify-shim": {
"phaser": "global:Phaser",
"pixi": "global:PIXI"
},
"dependencies": {
"bootstrap": "^3.3.6",
"jquery": "^2.2.1",
"promise": "^7.1.1"
},
"devDependencies": {
"aliasify": "^1.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.7.0",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browser-pack": "^6.0.1",
"browserify": "^13.0.0",
"browserify-shim": "^3.8.12",
"chokidar": "^1.4.3",
"dateformat": "^1.0.12",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-connect": "^3.2.2",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-watch": "^4.3.5",
"gulp.spritesmith": "^6.2.1",
"layout": "^2.2.0",
"merge": "^1.2.0",
"merge-stream": "^1.0.0",
"minifyify": "^7.3.2",
"mkdirp": "^0.5.1",
"watchify": "^3.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:postcursor-laboratories/legendary-spoon"
},
"author": "Postcursor Laboratories",
"contributors": [
"Charlie Green",
"Kenzie Togami",
"Kenyon Prater"
],
"license": "MIT"
}