{
  "name": "credits-to",
  "version": "0.0.2",
  "description": "Summarize npm and bower dependencies so you can give credit.",
  "keywords": ["license","npm","bower","credit"],
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/jlarsson/credits-to.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "author": {
    "name": "Joakim Larsson"
  },
  "license": "MIT",
  "devDependencies": {
    "mocha": "^2.0.1",
    "should": "^4.3.0"
  },
  "dependencies": {
    "async": "^0.9.0",
    "lodash": "^2.4.1"
  },
  "files": ["index.js"]
}
