-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 996 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
36
37
38
39
40
41
42
43
{
"name": "throwback",
"version": "1.0.0",
"author": "Stephen Young <[email protected]>",
"description": "Retro Game Rendering Engine",
"contributors": [
{
"name": "Stephen Young",
"email": "[email protected]"
}
],
"main": "dist/throwback-1.0.0.min.js",
"repository": {
"type": "git",
"url": "https://github.com/rockgolem/throwback"
},
"keywords": [
"game engine",
"mobile",
"2d",
"DOM",
"throwback"
],
"dependencies": {},
"devDependencies": {
"connect": "2.7.x",
"grunt": "0.4.x",
"grunt-contrib-concat": "0.x.x",
"grunt-contrib-uglify": "0.x.x",
"grunt-contrib-jasmine": "0.x.x",
"grunt-contrib-clean": "0.x.x",
"grunt-contrib-copy": "0.x.x",
"grunt-contrib-jshint": "0.x.x",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-jsbeautifier": "~0.2.2",
"grunt-template-jasmine-istanbul": "~0.2.5"
},
"bundledDependencies": [
"jquery",
"numeric"
],
"license": "MIT"
}