forked from spalger/gulp-jshint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 917 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
{
"name": "gulp-jshint",
"description": "JSHint plugin for gulp",
"version": "1.9.2",
"homepage": "http://github.com/spenceralger/gulp-jshint",
"repository": "git://github.com/spenceralger/gulp-jshint.git",
"contributors": [
"Spencer Alger <[email protected]>",
"Fractal <[email protected]> (http://wearefractal.com/)"
],
"main": "./src/index.js",
"keywords": [
"gulpplugin"
],
"dependencies": {
"gulp-util": "^3.0.0",
"jshint": "^2.5.6",
"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"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/spenceralger/gulp-jshint/raw/master/LICENSE"
}
]
}