-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "youknowwho",
"version": "1.0.3",
"description": "Rule engine for most of generic decision makings",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha -- -R spec",
"benchmark": "node benchmark"
},
"repository": {
"type": "git",
"url": "git://github.com/paytm/youknowwho.git"
},
"keywords": [
"business",
"rule",
"engine"
],
"author": "Paytm",
"license": "MIT",
"bugs": {
"url": "https://github.com/paytm/youknowwho/issues"
},
"homepage": "https://github.com/paytm/youknowwho",
"dependencies": {
"lodash": "^4.12.0",
"tiny-range-binarysearch": "git+https://github.com/paytm/tiny-range-binarysearch.git#v0.0.2",
"validator": "~5.2.0",
"moment": "~2.13.0",
"get-lodash-template-vars": "git+https://github.com/paytm/get-lodash-template-vars.git#v0.0.3"
},
"devDependencies": {
"benchmark": "^2.1.0",
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"mocha": "~2.3.3",
"mocha-lcov-reporter": "^1.2.0",
"pre-commit": "^1.1.3",
"should": "^8.3.2"
}
}