forked from mithunsatheesh/node-rules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·46 lines (46 loc) · 939 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
37
38
39
40
41
42
43
44
45
46
{
"name": "node-rules",
"version": "3.0.2",
"description": "Business Rules Engine for JavaScript",
"keywords": [
"bre",
"rules",
"engine",
"rule engine"
],
"author": {
"name": "Mithun Satheesh",
"email": "[email protected]"
},
"contributors": [
{
"name": "Abdul Munim Kazia",
"email" : "[email protected]",
"url" : "http://munimkazia.com"
},
{
"name": "ramanaveli2i",
"url" : "https://github.com/ramanaveli2i"
}
],
"repository" : {
"type" : "git",
"url" : "https://github.com/mithunsatheesh/node-rules"
},
"dependencies": {
"underscore": ">= 1.7"
},
"devDependencies": {
"mocha": "1.6.0",
"chai": "*",
"colors" : "1.0.3"
},
"main": "index.js",
"engines": {
"node": ">= 0.4.x"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"readmeFilename": "README.md"
}