-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
32 lines (32 loc) · 893 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
{
"name": "punchdrunk",
"version": "0.0.4",
"author": "Tanner Rogalsky",
"description": "An attempt to replicate the Love API in JavaScript",
"homepage": "https://github.com/TannerRogalsky/punchdrunk",
"bugs": "https://github.com/TannerRogalsky/punchdrunk/issues",
"scripts": {
"test": "grunt test"
},
"main": "./js/punchdrunk.js",
"repository": {
"type": "git",
"url": "https://github.com/TannerRogalsky/punchdrunk"
},
"keywords": [
"game",
"html5"
],
"dependencies": {},
"devDependencies": {
"coffee-script": "1.7.x",
"moonshine": "git+https://github.com/TannerRogalsky/moonshine.git#0c897b793",
"grunt": "0.4.x",
"grunt-contrib-concat": "0.1.x",
"grunt-contrib-watch": "~0.2.x",
"grunt-contrib-coffee": "0.10.x",
"grunt-contrib-connect": "v0.7.x",
"grunt-mocha-phantomjs": "v0.4.x"
},
"license": "MIT"
}