-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 842 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
{
"name": "2valid",
"version": "3.2.1",
"description": "JavaScript simple data validator",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/ivanoff/2valid.git"
},
"keywords": [
"validate",
"validator",
"data",
"stucture",
"model",
"json"
],
"author": "Dimitry Ivanov <[email protected]> (http://ivanoff.org.ua/)",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/brentertz/scapegoat/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/ivanoff/validate-me/issues"
},
"homepage": "https://github.com/ivanoff/validate-me",
"devDependencies": {
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"chai": "^3.3.0",
"mocha": "^2.3.3"
}
}