UNPKG

936 BJSONView Raw
1{
2 "name": "grunt-contrib-jshint",
3 "description": "Validate files with JSHint.",
4 "version": "0.7.2",
5 "homepage": "https://github.com/gruntjs/grunt-contrib-jshint",
6 "author": {
7 "name": "Grunt Team",
8 "url": "http://gruntjs.com/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/gruntjs/grunt-contrib-jshint.git"
13 },
14 "bugs": {
15 "url": "https://github.com/gruntjs/grunt-contrib-jshint/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/gruntjs/grunt-contrib-jshint/blob/master/LICENSE-MIT"
21 }
22 ],
23 "engines": {
24 "node": ">= 0.8.0"
25 },
26 "scripts": {
27 "test": "grunt test"
28 },
29 "dependencies": {
30 "jshint": "~2.3.0"
31 },
32 "devDependencies": {
33 "grunt-contrib-nodeunit": "~0.1.2",
34 "grunt-contrib-internal": "~0.4.6",
35 "grunt": "~0.4.0"
36 },
37 "peerDependencies": {
38 "grunt": "~0.4.0"
39 },
40 "keywords": [
41 "gruntplugin"
42 ]
43}
\No newline at end of file