UNPKG

1.01 kBJSONView Raw
1{
2 "name": "grunt-contrib-jshint",
3 "description": "Validate files with JSHint.",
4 "version": "0.9.0",
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.4.0",
31 "hooker": "~0.2.3"
32 },
33 "devDependencies": {
34 "grunt-contrib-nodeunit": "~0.3.1",
35 "grunt-contrib-internal": "~0.4.8",
36 "grunt": "~0.4.0"
37 },
38 "peerDependencies": {
39 "grunt": "~0.4.0"
40 },
41 "keywords": [
42 "gruntplugin"
43 ],
44 "files": [
45 "tasks",
46 "LICENSE-MIT"
47 ]
48}