cloak.controller
Version:
Cloak.js controller module
28 lines (27 loc) • 683 B
JSON
{
"name": "cloak.controller",
"version": "0.0.6",
"description": "Cloak.js controller module",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/UmbraEngineering/cloak.controller"
},
"keywords": [
"cloak",
"browser",
"controller"
],
"author": "James Brumond <james@jbrumond.me> (http://www.jbrumond.me)",
"license": "ISC",
"bugs": {
"url": "https://github.com/UmbraEngineering/cloak.controller/issues"
},
"homepage": "https://github.com/UmbraEngineering/cloak.controller",
"dependencies": {
"cloak.core": "0.0.x"
}
}