forked from rsamec/business-rules-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.27 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
{
"name": "business-rules-engine",
"version": "1.2.8",
"description": "business rules engine",
"main": "src/validation",
"scripts": {
"test": "node_modules/.bin/grunt ci"
},
"repository": {
"type": "git",
"url": "https://github.com/rsamec/business-rules-engine"
},
"keywords": [
"business rules",
"validation",
"form"
],
"author": "rsamec <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/rsamec/business-rules-engine/issues"
},
"dependencies": {
"q": "1.0.1",
"axios": "^0.3.1",
"hashmap": "^1.1.0",
"moment": "2.5.0",
"underscore": "^1.0.6",
"underscore.string": "^2.3.3"
},
"devDependencies": {
"expect.js": "~0.2.0",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-complexity": "~0.1.3",
"grunt-contrib-commands": "^0.1.6",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-docular": "^0.1.2",
"grunt-mocha-cli": "^1.9.0",
"grunt-ngdocs": "^0.2.2",
"grunt-run": "^0.2.3",
"grunt-typedoc": "^0.1.1",
"grunt-typescript": "^0.3.8",
"sinon": "^1.12.1",
"typedoc": "^0.1.1"
}
}