UNPKG

1.79 kBJSONView Raw
1{
2 "name": "json-rules-engine",
3 "version": "2.3.5",
4 "description": "Rules Engine expressed in simple json",
5 "main": "dist/index.js",
6 "scripts": {
7 "test": "mocha && npm run lint --silent",
8 "lint": "standard --verbose --env mocha | snazzy || true",
9 "lint:fix": "standard --fix --env mocha",
10 "prepublishOnly": "npm run build",
11 "build": "babel --stage 1 -d dist/ src/"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/cachecontrol/json-rules-engine"
16 },
17 "keywords": [
18 "rules",
19 "engine",
20 "rules engine"
21 ],
22 "standard": {
23 "parser": "babel-eslint",
24 "ignore": [
25 "/dist"
26 ],
27 "globals": [
28 "context",
29 "xcontext",
30 "describe",
31 "xdescribe",
32 "it",
33 "xit",
34 "before",
35 "beforeEach",
36 "expect",
37 "factories"
38 ]
39 },
40 "author": "Cache Hamm <cache.hamm@gmail.com>",
41 "license": "ISC",
42 "bugs": {
43 "url": "https://github.com/cachecontrol/json-rules-engine/issues"
44 },
45 "homepage": "https://github.com/cachecontrol/json-rules-engine",
46 "devDependencies": {
47 "babel-cli": "6.26.0",
48 "babel-core": "6.26.3",
49 "babel-eslint": "10.0.1",
50 "babel-loader": "8.0.5",
51 "babel-polyfill": "6.26.0",
52 "babel-preset-es2015": "~6.24.1",
53 "babel-preset-stage-0": "~6.24.1",
54 "babel-register": "6.26.0",
55 "chai": "^4.2.0",
56 "chai-as-promised": "^7.1.1",
57 "colors": "~1.3.3",
58 "dirty-chai": "2.0.1",
59 "mocha": "^6.0.2",
60 "perfy": "^1.1.5",
61 "sinon": "^7.2.6",
62 "sinon-chai": "^3.3.0",
63 "snazzy": "^8.0.0",
64 "standard": "^12.0.1"
65 },
66 "dependencies": {
67 "clone": "^2.1.2",
68 "debug": "^4.1.1",
69 "events": "^3.0.0",
70 "lodash.isobjectlike": "^4.0.0",
71 "object-hash": "^1.3.1",
72 "selectn": "^1.1.2"
73 }
74}