1
0
mirror of synced 2025-11-06 04:05:36 +08:00
Files
jsonlint-mod/package.json
2011-06-12 13:42:05 -04:00

39 lines
766 B
JSON

{
"author": "Zach Carter <zach@carter.name> (http://zaa.ch)",
"name": "jsonlint",
"description": "Validate JSON",
"keywords": [
"json",
"validation",
"lint",
"jsonlint"
],
"version": "1.2.0",
"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.4 || 0.5"
},
"dependencies": {
"nomnom": ">= 0.4.3"
},
"devDependencies": {
"test": "*",
"jison": "*",
"uglify-js": "*"
},
"scripts": {
"test": "node test/all-tests.js"
},
"homepage": "http://zaach.github.com/jsonlint/"
}