version 1.0.1
This commit is contained in:
17
package.json
17
package.json
@@ -2,18 +2,25 @@
|
|||||||
"author": "Zach Carter <zach@carter.name> (http://zaa.ch)",
|
"author": "Zach Carter <zach@carter.name> (http://zaa.ch)",
|
||||||
"name": "jsonlint",
|
"name": "jsonlint",
|
||||||
"description": "Validate JSON",
|
"description": "Validate JSON",
|
||||||
"keywords": ["json", "validation", "lint", "jsonlint"],
|
"keywords": [
|
||||||
"version": "1.0.0",
|
"json",
|
||||||
|
"validation",
|
||||||
|
"lint",
|
||||||
|
"jsonlint"
|
||||||
|
],
|
||||||
|
"version": "1.0.1",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/zaach/jsonlint.git"
|
"url": "git://github.com/zaach/jsonlint.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"web": "http://github.com/zaach/jsonlint/issues"
|
"url": "http://github.com/zaach/jsonlint/issues"
|
||||||
},
|
},
|
||||||
"main": "lib/jsonlint.js",
|
"main": "lib/jsonlint.js",
|
||||||
"bin": "lib/cli.js",
|
"bin": {
|
||||||
|
"jsonlint": "lib/cli.js"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "0.4 || 0.5"
|
"node": "0.4 || 0.5"
|
||||||
},
|
},
|
||||||
@@ -27,4 +34,4 @@
|
|||||||
"test": "node test/all-tests.js"
|
"test": "node test/all-tests.js"
|
||||||
},
|
},
|
||||||
"homepage": "http://zaach.github.com/jsonlint/"
|
"homepage": "http://zaach.github.com/jsonlint/"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user