mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
50 lines
980 B
JSON
50 lines
980 B
JSON
{
|
|
"name": "mo",
|
|
"version": "1.7.2",
|
|
"description": "A collection of OzJS core modules that form a library called \"Mo\"",
|
|
"filename": "lang.js",
|
|
"homepage": "http://ozjs.org/mo/",
|
|
"author": {
|
|
"name": "dexteryy",
|
|
"email": "dexter.yy@gmail.com",
|
|
"url": "http://github.com/dexteryy"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/dexteryy/mo.git"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://www.opensource.org/licenses/mit-license.php"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"AMD",
|
|
"oz",
|
|
"ozjs"
|
|
],
|
|
"npmName": "mo",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/",
|
|
"files": [
|
|
"browsers.js",
|
|
"console.js",
|
|
"cookie.js",
|
|
"domready.js",
|
|
"easing.js",
|
|
"key.js",
|
|
"lang.js",
|
|
"mainloop.js",
|
|
"network.js",
|
|
"template.js",
|
|
"easing/*.js",
|
|
"lang/*.js",
|
|
"network/*.js",
|
|
"template/*.js"
|
|
]
|
|
}
|
|
]
|
|
}
|