mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
31 lines
575 B
JSON
31 lines
575 B
JSON
{
|
|
"name": "cutjs",
|
|
"filename": "cut.web.min.js",
|
|
"version": "0.2.1",
|
|
"description": "Lightweight, fast, interactable 2D HTML5 rendering engine for cross-platform game development.",
|
|
"homepage": "http://cutjs.org/",
|
|
"keywords": [
|
|
"html5",
|
|
"game",
|
|
"rendering",
|
|
"engine",
|
|
"2d",
|
|
"canvas",
|
|
"mobile"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/piqnt/cutjs.git"
|
|
},
|
|
"npmName": "cutjs",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/dist/",
|
|
"files": [
|
|
"*.js"
|
|
]
|
|
}
|
|
]
|
|
}
|