Files
cdnjs/ajax/libs/crafty/package.json
T
2012-11-10 19:22:52 -05:00

33 lines
844 B
JSON

{
"name": "crafty",
"filename": "crafty-min.js",
"version": "0.5.3",
"homepage": "http://craftyjs.com/",
"title": "Crafty game framework",
"author": {
"name": "Louis Stowasser",
"url": "http://craftyjs.com/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.opensource.org/licenses/gpl-license.php"
}
],
"description": "Crafty is a modern component and event based framework for javascript games that targets DOM and canvas.",
"keywords": [
"framework",
"javascript"
],
"repositories": [
{
"type": "git",
"url": "https://github.com/craftyjs/Crafty.git"
}
]
}