1
0
mirror of synced 2025-12-11 16:47:59 +08:00
Files
jsonlint-mod/package.json
2011-05-01 17:36:27 -04:00

31 lines
697 B
JSON

{
"author": "Zach Carter <zach@carter.name> (http://zaa.ch)",
"name": "jsonlint",
"description": "Validate JSON",
"keywords": ["json", "validation", "lint", "jsonlint"],
"version": "1.0.0",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/zaach/jsonlint.git"
},
"bugs": {
"web": "http://github.com/zaach/jsonlint/issues"
},
"main": "lib/jsonlint.js",
"bin": "lib/cli.js",
"engines": {
"node": "0.4 || 0.5"
},
"dependencies": {},
"devDependencies": {
"test": "*",
"jison": "*",
"uglify-js": "*"
},
"scripts": {
"test": "node test/all-tests.js"
},
"homepage": "http://zaach.github.com/jsonlint/"
}