1
0
Fork 0
arangodb/js/node/node_modules/jshint/package.json

87 lines
2.0 KiB
JSON

{
"name": "jshint",
"version": "2.5.5",
"homepage": "http://jshint.com/",
"description": "Static analysis tool for JavaScript",
"author": {
"name": "Anton Kovalyov",
"email": "anton@kovalyov.net",
"url": "http://anton.kovalyov.net/"
},
"repository": {
"type": "git",
"url": "https://github.com/jshint/jshint.git"
},
"bugs": {
"url": "https://github.com/jshint/jshint/issues"
},
"bin": {
"jshint": "./bin/jshint"
},
"scripts": {
"data": "node scripts/generate-identifier-data",
"build": "node bin/build",
"test": "nodeunit tests tests/regression tests/unit",
"pretest": "jshint src"
},
"main": "./src/jshint.js",
"dependencies": {
"shelljs": "0.3.x",
"underscore": "1.6.x",
"cli": "0.6.x",
"minimatch": "0.x.x",
"htmlparser2": "3.7.x",
"console-browserify": "1.1.x",
"exit": "0.1.x",
"strip-json-comments": "0.1.x"
},
"devDependencies": {
"jshint": "2.5.x",
"browserify": "4.x",
"coveraje": "0.2.x",
"nodeunit": "0.9.x",
"sinon": "1.9.x",
"unicode-6.3.0": "0.1.x",
"regenerate": "0.6.x"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jshint/jshint/blob/master/LICENSE"
}
],
"preferGlobal": true,
"files": [
"bin",
"src",
"data",
"dist"
],
"gitHead": "94df11c872bccd979c8deffed612e4421abdf17d",
"_id": "jshint@2.5.5",
"_shasum": "9f24958dcd11c5e2ceba96ec92225873b02f4775",
"_from": "jshint@",
"_npmVersion": "1.5.0-alpha-1",
"_npmUser": {
"name": "rwaldron",
"email": "waldron.rick@gmail.com"
},
"maintainers": [
{
"name": "antonkovalyov",
"email": "anton@kovalyov.net"
},
{
"name": "rwaldron",
"email": "waldron.rick@gmail.com"
}
],
"dist": {
"shasum": "9f24958dcd11c5e2ceba96ec92225873b02f4775",
"tarball": "http://registry.npmjs.org/jshint/-/jshint-2.5.5.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/jshint/-/jshint-2.5.5.tgz",
"readme": "ERROR: No README data found!"
}