mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-17 08:46:19 +10:00
27 lines
691 B
JSON
27 lines
691 B
JSON
{
|
|
"name": "oz.js",
|
|
"version": "2.5.1",
|
|
"filename": "oz.min.js",
|
|
"description": "OzJS is a microkernel for modular javascript, with bundles of powerful yet micro-framework friendly AMD modules.",
|
|
"main": "oz",
|
|
"homepage": "https://ozjs.org",
|
|
"author": {
|
|
"name": "dexteryy",
|
|
"email": "dexter.yy@gmail.com",
|
|
"url": "http://github.com/dexteryy"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/dexteryy/OzJS.git"
|
|
},
|
|
"licenses": [{
|
|
"type": "MIT",
|
|
"url": "http://www.opensource.org/licenses/mit-license.php"
|
|
}],
|
|
"keywords" : [
|
|
"AMD",
|
|
"oz",
|
|
"ozjs"
|
|
]
|
|
}
|