UNPKG

airplake-privilege

Version:

An ExpressJS interface for the privilege module

44 lines (43 loc) 920 B
{ "name": "airplake-privilege", "version": "1.0.3", "description": "An ExpressJS interface for the privilege module", "main": "lib/index.js", "scripts": { "standard": "standard --fix", "test": "ava --timeout 20000" }, "repository": { "type": "git", "url": "git+https://github.com/airplake/Airplake-privilege.git" }, "keywords": [ "privilege", "permission" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/airplake/Airplake-privilege/issues" }, "engines": { "node": ">= 0.10.0" }, "homepage": "https://github.com/airplake/Airplake-privilege#readme", "dependencies": { "express": "^4.15.2", "http-errors": "^1.6.1", "parseurl": "^1.3.1", "privilege": "^1.0.3" }, "files": [ "LICENSE", "README.md", "test/", "lib/" ], "devDependencies": { "ava": "^0.18.2", "standard": "^9.0.2" } }