{
  "name": "fdlib",
  "main": "helpers.js",
  "description": "Shared library files for the fdq package",
  "license": "MIT",
  "version": "0.0.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/qfox/fdlib.git"
  },
  "scripts": {
    "install": "bin/create-git-hooks.sh",
    "test": "bin/lint.prod.sh && bin/mocha.sh",
    "prepublish": "grunt test",
    "lint": "bin/lint.prod.sh",
    "lintdev": "bin/lint.dev.sh",
    "lintfix": "bin/lint.fix.sh",
    "mocha": "bin/mocha.sh",
    "coverage": "bin/coverage.sh"
  },
  "babel": {
    "presets": [
      "es2015"
    ],
    "sourceMap": true
  },
  "devDependencies": {
    "babel-cli": "*",
    "babel-core": "*",
    "babel-eslint": "*",
    "babel-polyfill": "*",
    "babel-preset-es2015": "*",
    "chai": "*",
    "eslint": "*",
    "grunt": "*",
    "grunt-cli": "*",
    "grunt-contrib-watch": "*",
    "grunt-mocha-test": "*",
    "grunt-remove": "*",
    "grunt-run": "*",
    "istanbul": "^1.0.0-alpha.2",
    "isparta": "*",
    "mocha": "*"
  },
  "keywords": [
    "constraint solving",
    "GSAT",
    "finite domain solver",
    "FD",
    "Solving"
  ]
}
