forked from jwadhams/json-logic-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 867 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
34
35
36
{
"name": "json-logic-js",
"version": "1.2.2",
"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 <[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"
}