-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 961 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
{
"name": "x2node-validators",
"version": "1.6.1",
"description": "Record validation and normalization.",
"keywords": [
"validation",
"validator",
"x2node",
"nodejs"
],
"main": "index.js",
"scripts": {
"test": "eslint . && mocha",
"preversion": "npm test",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boylesoftware/x2node-validators.git"
},
"author": "Lev Himmelfarb <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/boylesoftware/x2node-validators/issues"
},
"homepage": "https://github.com/boylesoftware/x2node-validators#readme",
"engines": {
"node": ">=6.10.3"
},
"dependencies": {
"x2node-common": "^1.5.2",
"x2node-pointers": "^1.2.12",
"x2node-records": "^2.4.3"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.9.0",
"mocha": "^5.2.0"
}
}