unamespace
Version:
Namespace with autoloading
27 lines (26 loc) • 724 B
JSON
{
"name": "unamespace",
"version": "1.3.3",
"description": "Namespace with autoloading",
"main": "namespace.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Krost/namespace.js.git"
},
"keywords": [
"Namespace",
"autoloading"
],
"author": "Andrew Urusov <krost.mail@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Krost/namespace.js/issues"
},
"homepage": "https://github.com/Krost/namespace.js#readme"
}