json-logic-js/package.json

37 lines
867 B
JSON

{
"name": "json-logic-js",
"version": "1.0.9",
"description": "Build complex rules, serialize them as JSON, and execute them in JavaScript",
"main": "logic.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"eslint": "^3.9.1",
"eslint-config-google": "^0.7.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"
}