This repository has been archived by the owner on Dec 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
45 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,47 @@ | ||
{ | ||
"name": "grunt-jscs", | ||
"description": "Grunt task for checking JavaScript Code Style with jscs.", | ||
"version": "1.8.0", | ||
"author": { | ||
"name": "Gustavo Henke <[email protected]> and other contributors", | ||
"url": "https://github.com/jscs-dev/grunt-jscs/graphs/contributors" | ||
}, | ||
"author": "Gustavo Henke <[email protected]>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/jscs-dev/grunt-jscs", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jscs-dev/grunt-jscs.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/jscs-dev/grunt-jscs/issues" | ||
}, | ||
"dependencies": { | ||
"hooker": "~0.2.3", | ||
"jscs": "~2.0.0", | ||
"lodash": "~3.1.0", | ||
"vow": "~0.4.1" | ||
}, | ||
"devDependencies": { | ||
"grunt-cli": "~0.1.13", | ||
"grunt-contrib-jshint": "~0.11.2", | ||
"grunt-contrib-nodeunit": "~0.4.0", | ||
"load-grunt-tasks": "~3.2.0", | ||
"time-grunt": "~1.2.1" | ||
}, | ||
"keywords": [ | ||
"gruntplugin", | ||
"jscs", | ||
"code style", | ||
"checker" | ||
], | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
}, | ||
"scripts": { | ||
"test": "grunt test", | ||
"bump": "npm version patch -m \"Release v%s\"", | ||
"bump-minor": "npm version minor -m \"Release v%s\"", | ||
"bump-major": "npm version major -m \"Release v%s\"" | ||
}, | ||
"files": [ | ||
"tasks", | ||
"LICENSE-MIT" | ||
] | ||
"name": "grunt-jscs", | ||
"description": "Grunt task for checking JavaScript Code Style with jscs.", | ||
"version": "2.0.0", | ||
"author": "Gustavo Henke <[email protected]>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/jscs-dev/grunt-jscs", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jscs-dev/grunt-jscs.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/jscs-dev/grunt-jscs/issues" | ||
}, | ||
"dependencies": { | ||
"hooker": "~0.2.3", | ||
"jscs": "~2.0.0", | ||
"lodash": "~3.1.0", | ||
"vow": "~0.4.1" | ||
}, | ||
"devDependencies": { | ||
"grunt-cli": "~0.1.13", | ||
"grunt-contrib-jshint": "~0.11.2", | ||
"grunt-contrib-nodeunit": "~0.4.0", | ||
"load-grunt-tasks": "~3.2.0", | ||
"time-grunt": "~1.2.1" | ||
}, | ||
"keywords": [ | ||
"gruntplugin", | ||
"jscs", | ||
"code style", | ||
"checker" | ||
], | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
}, | ||
"scripts": { | ||
"test": "grunt test", | ||
"bump": "npm version patch -m \"Release v%s\"", | ||
"bump-minor": "npm version minor -m \"Release v%s\"", | ||
"bump-major": "npm version major -m \"Release v%s\"" | ||
}, | ||
"files": [ | ||
"tasks", | ||
"LICENSE-MIT" | ||
] | ||
} |
4a34df6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 🎉 🎉