1
0
mirror of synced 2025-12-09 23:42:45 +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)",
"name": "jsonlint",
"description": "Validate JSON",
"keywords": ["json", "validation", "lint", "jsonlint"],
"version": "1.0.0",
"keywords": [
"json",
"validation",
"lint",
"jsonlint"
],
"version": "1.0.1",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/zaach/jsonlint.git"
},
"bugs": {
"web": "http://github.com/zaach/jsonlint/issues"
"url": "http://github.com/zaach/jsonlint/issues"
},
"main": "lib/jsonlint.js",
"bin": "lib/cli.js",
"bin": {
"jsonlint": "lib/cli.js"
},
"engines": {
"node": "0.4 || 0.5"
},
@@ -27,4 +34,4 @@
"test": "node test/all-tests.js"
},
"homepage": "http://zaach.github.com/jsonlint/"
}
}