{
  "name": "pulldown",
  "version": "1.1.0",
  "description": "Fetch popular web libraries from the net",
  "preferGlobal": "true",
  "bin": {
    "pulldown": "bin/cli.js"
  },
  "main": "pulldown.js",
  "scripts": {
    "test": "mocha"
  },
  "author": "Jack Franklin",
  "engines": {
    "node": "*"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:jackfranklin/pulldown.git"
  },
  "dependencies": {
    "request": "2.10.0",
    "shelljs": "0.0.6",
    "unzip": "0.1.8",
    "pulldown-resolve": "0.1.2",
    "async": "0.2.8",
    "underscore": "1.4.4",
    "chalk": "0.2.0",
    "update-notifier": "0.1.5",
    "yargs": "1.1.3",
    "pulldown-middle-man": "0.2.0"
  },
  "devDependencies": {
    "mocha": "1.10.0",
    "sinon": "1.7.2",
    "rimraf": "2.2.0",
    "nock": "0.22.1",
    "grunt": "0.4.1",
    "grunt-contrib-jshint": "0.6.3",
    "grunt-simple-mocha": "0.4.0"
  }
}
