forked from zaach/jsonlint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 812 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
{
"author": "Zach Carter <zach@carter.name> (http://zaa.ch)",
"name": "jsonlint",
"description": "Validate JSON",
"keywords": [
"json",
"validation",
"lint",
"jsonlint"
],
"version": "1.6.3",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/zaach/jsonlint.git"
},
"bugs": {
"url": "http://github.com/zaach/jsonlint/issues"
},
"main": "lib/jsonlint.js",
"bin": {
"jsonlint": "lib/cli.js"
},
"engines": {
"node": ">= 0.6"
},
"dependencies": {
"nomnom": "^1.5.x",
"JSV": "^4.0.x"
},
"devDependencies": {
"test": "*",
"jison": "*",
"uglify-js": "*"
},
"scripts": {
"test": "node test/all-tests.js"
},
"homepage": "http://zaach.github.com/jsonlint/",
"optionalDependencies": {}
}