forked from bendytree/node-itsa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 964 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
41
42
{
"name": "itsa",
"version": "1.2.21",
"description": "Expressive validation for JavaScript data",
"main": "index.js",
"repository": {
"type": "git",
"url": "http://github.com/bendytree/node-itsa.git"
},
"keywords": [
"validation",
"validate",
"valid",
"verify",
"schema",
"data",
"object",
"verification",
"javascript"
],
"dependencies": {},
"devDependencies": {
"browserify": "^8.1.1",
"bundle-collapser": "^1.1.4",
"chai": "1.10.0",
"lodash": "^3.1.0",
"mocha": "2.1.0",
"moment": "^2.9.0",
"shelljs": "^0.3.0",
"uglify-js": "^2.4.16"
},
"author": "Josh Wright <[email protected]> (http://joshwright.com)",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"release": "./bin/release.sh"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bendytree/node-itsa/issues"
},
"homepage": "https://github.com/bendytree/node-itsa"
}