paulwalko.github.io/node_modules/gulp-jshint/package.json

77 lines
1.7 KiB
JSON

{
"name": "gulp-jshint",
"description": "JSHint plugin for gulp",
"version": "2.0.0",
"homepage": "http://github.com/spalger/gulp-jshint",
"repository": {
"type": "git",
"url": "git://github.com/spalger/gulp-jshint.git"
},
"contributors": [
{
"name": "Spencer Alger",
"email": "email@spalger.com"
},
{
"name": "Fractal",
"email": "contact@wearefractal.com",
"url": "http://wearefractal.com/"
}
],
"main": "./src/index.js",
"keywords": [
"gulpplugin"
],
"dependencies": {
"gulp-util": "^3.0.0",
"lodash": "^3.0.1",
"minimatch": "^2.0.1",
"rcloader": "0.1.2",
"through2": "~0.6.1"
},
"peerDependencies": {
"jshint": "2.x"
},
"devDependencies": {
"gulp": "^3.8.10",
"mocha": "^2.1.0",
"should": "^4.0.4"
},
"scripts": {
"test": "gulp test"
},
"engines": {
"node": ">= 0.4.0"
},
"license": "MIT",
"gitHead": "d7cc9ea0424abcbcbba3ef18b92e5e9560bd4286",
"bugs": {
"url": "https://github.com/spalger/gulp-jshint/issues"
},
"_id": "gulp-jshint@2.0.0",
"_shasum": "89ddb50b382cc3ec4f12f8175257e09941082de3",
"_from": "gulp-jshint@*",
"_npmVersion": "2.14.7",
"_nodeVersion": "4.2.2",
"_npmUser": {
"name": "spalger",
"email": "email@spalger.com"
},
"dist": {
"shasum": "89ddb50b382cc3ec4f12f8175257e09941082de3",
"tarball": "http://registry.npmjs.org/gulp-jshint/-/gulp-jshint-2.0.0.tgz"
},
"maintainers": [
{
"name": "fractal",
"email": "contact@wearefractal.com"
},
{
"name": "spalger",
"email": "email@spalger.com"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/gulp-jshint/-/gulp-jshint-2.0.0.tgz"
}