UNPKG

903 BJSONView Raw
1{
2 "name": "gulp-jshint",
3 "description": "JSHint plugin for gulp",
4 "version": "2.1.0",
5 "homepage": "http://github.com/spalger/gulp-jshint",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/spalger/gulp-jshint.git"
9 },
10 "contributors": [
11 "Spencer Alger <email@spalger.com>",
12 "Fractal <contact@wearefractal.com> (http://wearefractal.com/)"
13 ],
14 "main": "./src/index.js",
15 "keywords": [
16 "gulpplugin"
17 ],
18 "dependencies": {
19 "lodash": "^4.12.0",
20 "minimatch": "^3.0.3",
21 "plugin-error": "^0.1.2",
22 "rcloader": "^0.2.2",
23 "through2": "^2.0.0"
24 },
25 "peerDependencies": {
26 "jshint": "2.x"
27 },
28 "devDependencies": {
29 "gulp": "^3.8.10",
30 "jshint": "^2.9.4",
31 "mocha": "^3.0.0",
32 "should": "^11.0.0",
33 "vinyl": "^2.1.0"
34 },
35 "scripts": {
36 "test": "gulp test"
37 },
38 "engines": {
39 "node": ">= 0.4.0"
40 },
41 "license": "MIT"
42}