1
0
mirror of synced 2025-12-23 16:01:40 +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"
},