-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 807 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 807 Bytes
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
{
"author": "Nate Silva <nate@natesilva.com> (http://natesilva.com/)",
"name": "jayschema",
"description": "A comprehensive JSON Schema validator for Node.js",
"version": "0.3.2",
"homepage": "https://github.com/natesilva/jayschema",
"repository": {
"type": "git",
"url": "git://github.com/natesilva/jayschema.git"
},
"bugs": "https://github.com/natesilva/jayschema/issues",
"main": "./lib/jayschema.js",
"keywords": [
"json",
"schema",
"validation"
],
"engines": {
"node": ">=0.6.6"
},
"dependencies": {
"when": "~3.4.6"
},
"devDependencies": {
"should": "~4.0.4",
"mocha": "~1.21.4"
},
"scripts": {
"test": "./node_modules/.bin/mocha tests"
},
"bin": {
"jayschema": "./bin/validate.js"
},
"license": "BSD-3-Clause"
}