{
  "name": "express-standard",
  "version": "0.4.1", 
  "description": "Easy method to define standard express headers and assist with Content-Security-Policy including social media widgets",
   "main": "index.js",
  "scripts": {
    "test": "mocha -R list test/*.js",
    "TESTS.md": "mocha -R markdown test/*.js > TESTS.md"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angleman/express-standard.git"
  },
  "keywords": [
    "express",
    "headers",
    "default",
    "standard",
    "csp",
    "content",
    "security",
    "policy",
    "social",
    "media",
    "widgets",
    "facebook",
    "twitter",
    "google+",
    "poweredby",
    "powered-by",
    "powered by",
    "youtube",
    "firebase"
  ],
  "author": "angleman",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/angleman/express-standard/issues"
  },
  "engines" : { 
    "node" : ">=0.8.0" 
  },
  "dependencies": {
  },
  "potentialDependencies":{
    "foreach":"~2.0.4"
  },
  "devDependencies": {
     "grunt":      "~0.4.x",
     "grunt-bump": "~0.0.x",
     "mocha":      "~1.12.0",
     "should":     "~1.2.2"
   }
}
