-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "canvasboilerplate",
"version": "2.2.2",
"description": "Provides a set of default code that makes getting up and running with an HTML5 canvas game very easy.",
"homepage": "https://github.com/IceCreamYou/HTML5-Canvas-Game-Boilerplate",
"bugs": "https://github.com/IceCreamYou/HTML5-Canvas-Game-Boilerplate/issues",
"directories": {
"doc": "docs",
"example": "examples",
"lib": "js"
},
"repository": {
"type": "git",
"url": "git://github.com/IceCreamYou/HTML5-Canvas-Game-Boilerplate.git"
},
"keywords": [
"HTML5",
"canvas",
"game",
"boilerplate",
"graphics",
"library",
"framework",
"h5bp"
],
"author": "Isaac Sukin (http://www.isaacsukin.com/)",
"license": {
"type": "MIT",
"url": "https://github.com/IceCreamYou/HTML5-Canvas-Game-Boilerplate/blob/gh-pages/LICENSE.md"
},
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~1.5.2",
"grunt-cli": "~1.4.3",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-jshint": "~3.0.0",
"grunt-contrib-uglify": "~5.0.0",
"grunt-jscs": "~3.0.1",
"grunt-jsduck": "~1.0.1"
}
}