forked from jwadhams/json-logic-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 813 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "json-logic-js",
"version": "2.0.5",
"description": "Build complex rules, serialize them as JSON, and execute them in JavaScript",
"main": "logic.js",
"directories": {
"test": "tests"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"qunit": "^2.16.0"
},
"scripts": {
"test": "qunit ./tests/tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jwadhams/json-logic-js.git"
},
"keywords": [
"json",
"logic",
"jsonlogic",
"rules"
],
"author": "Jeremy Wadhams <[email protected]> (http://jsonlogic.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jwadhams/json-logic-js/issues"
},
"homepage": "https://github.com/jwadhams/json-logic-js#readme"
}