{
  "name": "nodesentry",
  "description": "Framework for least-privilege integration of libraries",
  "version": "0.1.1",
  "homepage": "https://github.com/WillemDeGroef/nodesentry",
  "author": {
    "name": "Willem De Groef",
    "email": "Willem.DeGroef@cs.kuleuven.be",
    "url": "http://cqrit.be"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/WillemDeGroef/nodesentry.git"
  },
  "bugs": {
    "url": "https://github.com/WillemDeGroef/nodesentry/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/WillemDeGroef/nodesentry/blob/master/LICENSE"
    }
  ],
  "main": "lib/index.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "prepublish": "grunt build",
    "postinstall": "cd demos/st;npm install",
    "test": "grunt test"
  },
  "devDependencies": {
    "coffee-script": "^1.7.1",
    "grunt": "^0.4.5",
    "grunt-coffeelint": "0.0.10",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-coffee": "^0.10.1",
    "grunt-contrib-uglify": "^0.5.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha-cli": "^1.9.0",
    "load-grunt-tasks": "^0.6.0",
    "should": "^4.0.4"
  },
  "keywords": [
    "least-privilege",
    "security",
    "web hardening",
    "access control",
    "library containment"
  ],
  "dependencies": {
    "harmony-reflect": "^1.0.1",
    "underscore": "^1.6.0"
  }
}
