UNPKG

1.71 kBJSONView Raw
1{
2 "name": "node-rules",
3 "version": "5.0.0",
4 "description": "Business Rules Engine for JavaScript",
5 "keywords": [
6 "bre",
7 "rete",
8 "rule",
9 "rules",
10 "engine",
11 "rule engine",
12 "rules engine",
13 "javascript rule engine",
14 "js rule engine",
15 "forward chaining rule engine",
16 "inference system"
17 ],
18 "license": "MIT",
19 "author": {
20 "name": "Mithun Satheesh",
21 "email": "mithunsatish@gmail.com"
22 },
23 "contributors": [
24 {
25 "name": "Abdul Munim Kazia",
26 "email": "munim2020@gmail.com",
27 "url": "http://munimkazia.com"
28 },
29 {
30 "name": "ramanaveli2i",
31 "url": "https://github.com/ramanaveli2i"
32 }
33 ],
34 "repository": {
35 "type": "git",
36 "url": "https://github.com/mithunsatheesh/node-rules"
37 },
38 "dependencies": {
39 "lodash.clonedeep": "^4.5.0",
40 "lodash.filter": "^4.6.0",
41 "lodash.isequal": "^4.5.0",
42 "lodash.matches": "^4.6.0"
43 },
44 "devDependencies": {
45 "babel-cli": "6.26.0",
46 "babel-core": "6.26.0",
47 "babel-eslint": "8.0.2",
48 "babel-loader": "7.1.2",
49 "babel-polyfill": "6.26.0",
50 "babel-preset-env": "^1.2.1",
51 "babel-preset-latest": "^6.24.1",
52 "babel-register": "6.26.0",
53 "chai": "*",
54 "colors": "1.0.3",
55 "coveralls": "^3.0.1",
56 "istanbul": "^0.4.5",
57 "mocha": "^5.0.5",
58 "mocha-lcov-reporter": "^1.3.0",
59 "uglifyjs-webpack-plugin": "^1.2.5",
60 "webpack": "^4.8.3",
61 "webpack-cli": "^2.1.3"
62 },
63 "main": "index.js",
64 "scripts": {
65 "test": "mocha",
66 "build": "webpack",
67 "cover": "istanbul cover _mocha",
68 "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
69 },
70 "readmeFilename": "README.md"
71}