{
  "name": "pg-safe-numbers",
  "version": "0.7.0",
  "description": "Safe number parsing for pg and Sequelize.",
  "homepage": "https://github.com/mirek/node-pg-safe-numbers",
  "bugs": "https://github.com/mirek/node-pg-safe-numbers/issues",
  "repository": "mirek/node-pg-safe-numbers",
  "main": "lib/index.js",
  "scripts": {
    "test": "npm run prepublish && mocha --compilers js:babel-register spec",
    "prepublish": "rm -rf lib && babel --stage 0 src --out-dir lib",
    "show-pack": "npm pack && tar -tf *.tgz | sort && rm *.tgz"
  },
  "keywords": [
    "sequelize",
    "pg",
    "postgres",
    "postgresql",
    "number",
    "numeric",
    "int",
    "int8",
    "bigint",
    "decimal",
    "string",
    "parsing",
    "parser",
    "safe"
  ],
  "author": {
    "name": "Mirek Rusin",
    "url": "http://github.com/mirek"
  },
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.8.0",
    "babel-eslint": "^6.0.4",
    "babel-plugin-syntax-async-functions": "^6.8.0",
    "babel-plugin-transform-async-to-module-method": "^6.8.0",
    "babel-plugin-transform-es2015-destructuring": "^6.8.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
    "babel-plugin-transform-es2015-parameters": "^6.8.0",
    "babel-register": "^6.8.0",
    "bluebird": "^3.3.5",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.3.0",
    "eslint": "^2.10.1",
    "lodash": "^4.13.1",
    "mocha": "^2.4.5",
    "pg": "^6.0.1",
    "pg-hstore": "^2.3.2",
    "sequelize": "^3.23.4"
  },
  "peerDependencies": {
    "pg": "*"
  },
  "dependencies": {
    "postgres-array": "^1.0.0"
  }
}
