package.json
915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "gulp-jshint",
"description": "JSHint plugin for gulp",
"version": "1.12.0",
"homepage": "http://github.com/spalger/gulp-jshint",
"repository": "git://github.com/spalger/gulp-jshint.git",
"contributors": [
"Spencer Alger <email@spalger.com>",
"Fractal <contact@wearefractal.com> (http://wearefractal.com/)"
],
"main": "./src/index.js",
"keywords": [
"gulpplugin"
],
"dependencies": {
"gulp-util": "^3.0.0",
"jshint": "^2.7.0",
"lodash": "^3.0.1",
"minimatch": "^2.0.1",
"rcloader": "0.1.2",
"through2": "~0.6.1"
},
"devDependencies": {
"gulp": "^3.8.10",
"mocha": "^2.1.0",
"should": "^4.0.4"
},
"scripts": {
"test": "gulp test"
},
"engines": {
"node": ">= 0.4.0"
},
"license": "MIT",
"_from": "gulp-jshint@1.12.0",
"_resolved": "http://registry.npm.taobao.org/gulp-jshint/download/gulp-jshint-1.12.0.tgz"
}