UNPKG

fdp

Version:

Finite Domain Problem reduction system

63 lines (62 loc) 1.51 kB
{ "name": "fdp", "main": "./dist/fdp.dist.min.js", "description": "Finite Domain Problem reduction system", "license": "MIT", "version": "0.0.5", "repository": { "type": "git", "url": "git://github.com/qfox/fdp.git" }, "scripts": { "install": "bin/create-git-hooks.sh", "test": "bin/lint.prod.sh && bin/mocha.sh", "prepublishOnly": "grunt dist", "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 }, "dependencies": {}, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^8.0.1", "babel-polyfill": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babelify": "^7.3.0", "chai": "^4.1.2", "eslint": "^4.7.2", "grunt": "^1.0.1", "grunt-babel": "^7.0.0", "grunt-cli": "^1.2.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-uglify": "^3.1.0", "grunt-contrib-watch": "^1.0.0", "grunt-mocha-test": "^0.13.2", "grunt-remove": "^0.1.0", "grunt-replace": "^1.0.1", "grunt-run": "^0.8.0", "isparta": "^4.0.0", "istanbul": "^1.0.0-alpha.2", "js-beautify": "^1.7.3", "mocha": "^3.5.3" }, "keywords": [ "constraint solving", "GSAT", "finite domain solver", "FD", "Constraint Reduction system", "Minifier", "Logic", "Deduction" ] }