-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1 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
{
"name": "mini-ld-67",
"version": "1.0.0",
"description": "Submission for MiniLD #67 - Classic Mashmix",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server -o -c-1",
"build": "jspm bundle src/main dist/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/townsean/mini-ld-67.git"
},
"keywords": [
"ludum dare",
"phaser",
"minild",
"pac-man",
"raycasting"
],
"author": "Ashley Grenon",
"license": "MIT",
"bugs": {
"url": "https://github.com/townsean/mini-ld-67/issues"
},
"homepage": "https://github.com/townsean/mini-ld-67#readme",
"devDependencies": {
"http-server": "^0.9.0",
"jspm": "^0.16.34"
},
"jspm": {
"dependencies": {
"phaser": "github:photonstorm/phaser@^2.4.8"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}