-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 969 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
{
"name": "canvace.js",
"version": "1.0.0",
"description": "canvace.js is the JavaScript game engine of the Canvace Platform.",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/canvace/canvace.js.git"
},
"keywords": [
"canvace",
"canvace.js",
"html5",
"javascript",
"canvas",
"game",
"engine",
"library"
],
"homepage": "http://www.canvace.com/",
"bugs": "https://github.com/canvace/canvace.js/issues",
"author": "Alberto La Rocca <alberto.larocca@canvace.com> (https://github.com/71104)",
"contributors": [
"Daniele Cocca <daniele.cocca@canvace.com> (https://github.com/jmc-88)"
],
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-yuidoc": "~0.4.0"
}
}