{
  "name": "npm-forgot",
  "version": "0.0.1",
  "description": "Build a package.json from require() calls",
  "main": "forgot.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Conduit Innovation",
  "license": "MIT",
  "dependencies": {
    "async": "^0.9.0",
    "colors": "^0.6.2",
    "esprima": "^1.2.2",
    "estraverse": "^1.5.1",
    "glob-expand": "0.0.2",
    "minimist": "^1.1.0",
    "q": "^1.0.1"
  },
  "bin": {
    "forgot": "./forgot.js" 
  },
   "repository": {
    "type": "git",
    "url": "git://github.com/talss89/forgot.git"
  },
  "preferGlobal": true
}
