-
Notifications
You must be signed in to change notification settings - Fork 181
/
package.json
72 lines (72 loc) · 1.55 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "nools",
"description": "A rules engine for node",
"version": "0.4.4",
"bin": {
"nools": "./bin/nools"
},
"keywords": [
"rules",
"flow",
"rules engine",
"rools",
"drools",
"async",
"flow control"
],
"repository": {
"type": "git",
"url": "[email protected]:C2FO/nools.git"
},
"dependencies": {
"declare.js": "~0.0.3",
"extended": "~0.0.3",
"is-extended": "~0.0.4",
"string-extended": "~0.0.3",
"array-extended": "~0.0.4",
"date-extended": "~0.0.3",
"function-extended": "~0.0.3",
"object-extended": "~0.0.3",
"promise-extended": "~0.0.3",
"arguments-extended": "~0.0.3",
"leafy": "~0.0.3",
"ht": "~0.0.2",
"commander": "~1.1.1",
"uglify-js": "~2.4.24"
},
"devDependencies": {
"coddoc": "0.0.3",
"grunt": "~0.4.1",
"grunt-browserify": "1.2.4",
"grunt-contrib-jshint": "~0.5.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-exec": "^0.4.5",
"grunt-it": "~0.3.0",
"it": "~0.2.0",
"jison": "~0.4.17"
},
"testling": {
"files": "test/browserling.js",
"browsers": [
"ie/8..latest",
"chrome/20..latest",
"firefox/14..latest",
"safari/latest",
"iphone/6",
"ipad/6"
]
},
"homepage": "http://c2fo.github.com/nools",
"author": "Doug Martin (http://c2fo.com)",
"main": "index.js",
"scripts": {
"test": "it -r spec",
"create-doc": "rm -rf docs/* && coddoc -d ./lib -f multi-html"
},
"directories": {
"lib": "lib"
},
"engines": {
"node": ">= 0.6.1"
}
}