authorizedjs
Version:
A tool for authorization based on permits
26 lines • 501 B
JSON
{
"name": "authorizedjs",
"version": "1.0.2",
"description": "A tool for authorization based on permits",
"main": "index.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"coffee-script": "*"
},
"devDependencies": {
"mocha": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/fagbokforlaget/authorizedjs.git"
},
"keywords": [
"auth",
"authorization",
"permits"
],
"author": "Michal Ostrowski",
"license": "MIT"
}