json-logic-js/package.json
Jeremy Wadhams 33c0bfe4f9 Version bump
2021-03-30 09:33:42 -05:00

37 lines
869 B
JSON

{
"name": "json-logic-js",
"version": "2.0.1",
"description": "Build complex rules, serialize them as JSON, and execute them in JavaScript",
"main": "logic.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"eslint": "^7.11.0",
"eslint-config-google": "^0.14.0",
"gulp": "^3.9.0",
"qunit": "^0.7.7",
"request": "^2.65.0"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jwadhams/json-logic-js.git"
},
"keywords": [
"json",
"logic",
"jsonlogic",
"rules"
],
"author": "Jeremy Wadhams <jwadhams@dealerinspire.com> (http://jsonlogic.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jwadhams/json-logic-js/issues"
},
"homepage": "https://github.com/jwadhams/json-logic-js#readme"
}