1
0
mirror of synced 2025-12-13 01:28:01 +08:00

version 1.0.1

This commit is contained in:
Zach Carter
2011-05-21 01:30:02 -04:00
parent 727145ae87
commit e48d7b93b4

View File

@@ -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/"
} }