{
  "name": "parse-json",
  "description": "The missing JSON.parse async interface.",
  "homepage": "https://github.com/Kikobeats/parse-json",
  "version": "1.0.0",
  "main": "./index.js",
  "author": {
    "name": "Kiko Beats",
    "email": "josefrancisco.verdu@gmail.com",
    "url": "https://github.com/Kikobeats"
  },
  "repository": "Kikobeats/parse-json",
  "bugs": {
    "url": "https://github.com/Kikobeats/parse-json/issues"
  },
  "keywords": [
    "JSON",
    "parse",
    "async",
    "promise"
  ],
  "dependencies": {
    "cb2promise": "~1.0.0",
    "ensure-async": "~1.0.0",
    "errorifier": "~0.1.3"
  },
  "devDependencies": {
    "browserify": "*",
    "coffee-script": "*",
    "coffeeify": "*",
    "gulp": "*",
    "gulp-header": "*",
    "gulp-uglify": "*",
    "gulp-util": "*",
    "mocha": "*",
    "should": "*",
    "vinyl-buffer": "*",
    "vinyl-source-stream": "*"
  },
  "engines": {
    "node": ">= 0.10.0",
    "npm": ">= 1.4.0"
  },
  "scripts": {
    "test": "sh test/test.sh"
  },
  "license": "MIT"
}
