123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "grunt-contrib-jshint",
- "description": "Validate files with JSHint.",
- "version": "0.10.0",
- "homepage": "https://github.com/gruntjs/grunt-contrib-jshint",
- "author": {
- "name": "Grunt Team",
- "url": "http://gruntjs.com/"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/gruntjs/grunt-contrib-jshint.git"
- },
- "bugs": {
- "url": "https://github.com/gruntjs/grunt-contrib-jshint/issues"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/gruntjs/grunt-contrib-jshint/blob/master/LICENSE-MIT"
- }
- ],
- "engines": {
- "node": ">= 0.8.0"
- },
- "scripts": {
- "test": "grunt test"
- },
- "dependencies": {
- "jshint": "~2.5.0",
- "hooker": "~0.2.3"
- },
- "devDependencies": {
- "grunt-contrib-nodeunit": "~0.3.1",
- "grunt-contrib-internal": "~0.4.8",
- "grunt": "~0.4.0"
- },
- "peerDependencies": {
- "grunt": "~0.4.0"
- },
- "keywords": [
- "gruntplugin"
- ],
- "files": [
- "tasks",
- "LICENSE-MIT"
- ]
- }
|