Skip to content

Commit

Permalink
Fix and validate package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsadhu committed Mar 7, 2014
1 parent e93e8da commit e1c56d9
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
"name": "admittance",
"version": "2.0.1",
"description": "A Simple role based access control implementation for node",
"main": "index.js",
"main": "admittance.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec test/**/*",
"jshint": "node_modules/.bin/jshint .",
"coveralls": "./scripts/coveralls.sh"
},
"repository": "git@github.com:digitalsadhu/admittance.git",
"repository": {
"type" : "git",
"url" : "git@github.com:digitalsadhu/admittance.git"
},
"keywords": [
"rbac",
"access control",
Expand All @@ -17,7 +20,12 @@
"permissions",
"auth"
],
"author": "Richard Walker",
"bugs": "https://github.com/digitalsadhu/admittance/issues",
"contributors": [],
"homepage": "https://github.com/digitalsadhu/admittance",
"dependencies": {},
"engines": { "node" : ">=0.6 <0.12" },
"author": "Richard Walker <digitalsadhu@gmail.com>",
"license": "MIT",
"devDependencies": {
"mocha": "1.12.0",
Expand Down

0 comments on commit e1c56d9

Please # to comment.