-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
42 lines (42 loc) · 903 Bytes
/
package.json
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
38
39
40
41
42
{
"name": "gulp-jshint",
"description": "JSHint plugin for gulp",
"version": "2.1.0",
"homepage": "http://github.com/spalger/gulp-jshint",
"repository": {
"type": "git",
"url": "git://github.com/spalger/gulp-jshint.git"
},
"contributors": [
"Spencer Alger <[email protected]>",
"Fractal <[email protected]> (http://wearefractal.com/)"
],
"main": "./src/index.js",
"keywords": [
"gulpplugin"
],
"dependencies": {
"lodash": "^4.12.0",
"minimatch": "^3.0.3",
"plugin-error": "^0.1.2",
"rcloader": "^0.2.2",
"through2": "^2.0.0"
},
"peerDependencies": {
"jshint": "2.x"
},
"devDependencies": {
"gulp": "^3.8.10",
"jshint": "^2.9.4",
"mocha": "^3.0.0",
"should": "^11.0.0",
"vinyl": "^2.1.0"
},
"scripts": {
"test": "gulp test"
},
"engines": {
"node": ">= 0.4.0"
},
"license": "MIT"
}