{
  "name": "json-strify",
  "version": "0.1.9",
  "description": "Faster implementation of JSON.stringify",
  "main": "json-strify.js",
  "scripts": {
    "prepublishOnly": "npm test",
    "test": "ava"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dalisoft/json-strify.git"
  },
  "keywords": [
    "json",
    "stringify",
    "faster"
  ],
  "author": "dalisoft",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dalisoft/json-strify/issues"
  },
  "homepage": "https://github.com/dalisoft/json-strify#readme",
  "dependencies": {
    "compile-json-stringify": "^0.1.2"
  }
}
