{
  "name": "500px",
  "description": "A wrapper for the 500px.com API",
  "keywords": [
    "api",
    "500px"
  ],
  "version": "0.5.1",
  "homepage": "http://ro-ka.github.com/node-500px/",
  "repository": "git://github.com/ro-ka/node-500px.git",
  "author": {
    "name": "Robert Katzki",
    "email": "robert@katzki.de",
    "url": "http://katzki.de/"
  },
  "main": "./lib/api500px.js",
  "scripts": {
    "lint": "./node_modules/.bin/jshint .",
    "pretest": "npm run-script lint",
    "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test",
    "posttest": "./node_modules/.bin/istanbul check-coverage && rm -rf coverage",
    "prepublish": "npm test && npm prune"
  },
  "devDependencies": {
    "istanbul": "^0.3.0",
    "jshint": "^2.5.5",
    "mocha": "^1.21.4",
    "should": "^4.0.4"
  },
  "dependencies": {},
  "engines": {
    "node": ">= 0.4.0"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/ro-ka/node-500px/raw/master/LICENSE"
    }
  ]
}
