mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-22 11:16:12 +10:00
35 lines
670 B
JSON
35 lines
670 B
JSON
{
|
|
"name": "stapes",
|
|
"filename": "stapes.min.js",
|
|
"author": "Hay Kranen <hay@bykr.org>",
|
|
"homepage": "http://hay.github.com/stapes",
|
|
"description": "A (really) tiny Javascript MVC microframework.",
|
|
"keywords": [
|
|
"mvc",
|
|
"framework",
|
|
"lightweight"
|
|
],
|
|
"version": "0.8.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/hay/stapes.git"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Hay Kranen",
|
|
"email": "hay@bykr.org",
|
|
"web": "http://www.haykranen.nl"
|
|
}
|
|
],
|
|
"npmName": "stapes",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/",
|
|
"files": [
|
|
"stapes.js",
|
|
"stapes.min.js"
|
|
]
|
|
}
|
|
]
|
|
}
|