mirror of
https://github.com/jwadhams/json-logic-js.git
synced 2025-12-08 20:36:21 +00:00
37 lines
869 B
JSON
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"
|
|
}
|