{
  "name": "pricing",
  "version": "1.1.1",
  "description": "Pricing a commercial package",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha --require babel-core/register test/*Test.js",
    "autotest": "mocha --require babel-core/register -w ./ test/*Test.js",
    "jsdocs": "jsdoc src -d docs",
    "prepublish": "npm run jsdocs && npm run build && git commit -am 'Auto Build'; npm-auto-version",
    "postpublish": "git push origin --tags",
    "clean": "rm -rf dist",
    "build": "npm run clean && mkdir -p dist && babel src -s -d dist"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/diaakasem/pricing.git"
  },
  "author": {
    "name": "Diaa Kasem",
    "email": "me@diaa.me",
    "url": "http://diaa.me"
  },
  "bugs": {
    "url": "https://github.com/diaakasem/pricing/issues"
  },
  "homepage": "https://github.com/diaakasem/pricing#readme",
  "keywords": [
    "package",
    "pricing"
  ],
  "engines": {
    "node": "*"
  },
  "license": "MIT",
  "bundleDependencies": false,
  "deprecated": false,
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-minify": "^0.2.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-register": "^6.26.0",
    "browserify": "^14.5.0",
    "chai": "^4.1.2",
    "jsdoc": "^3.5.5",
    "lodash": "^4.17.4",
    "mocha": "^4.0.1",
    "npm-auto-version": "^1.0.0",
    "sinon": "^4.1.3",
    "sinon-chai": "^2.14.0"
  },
  "dependencies": {}
}