mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-28 22:25:58 +10:00
33 lines
844 B
JSON
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"
|
|
}
|
|
]
|
|
}
|