|
1 | 1 | { |
2 | | - "name": "grunt-jscs", |
3 | | - "description": "Grunt task for checking JavaScript Code Style with jscs.", |
4 | | - "version": "1.8.0", |
5 | | - "author": { |
6 | | - "name": "Gustavo Henke <[email protected]> and other contributors", |
7 | | - "url": "https://github.com/jscs-dev/grunt-jscs/graphs/contributors" |
8 | | - }, |
9 | | - "author": "Gustavo Henke <[email protected]>", |
10 | | - "license": "MIT", |
11 | | - "homepage": "https://github.com/jscs-dev/grunt-jscs", |
12 | | - "repository": { |
13 | | - "type": "git", |
14 | | - "url": "https://github.com/jscs-dev/grunt-jscs.git" |
15 | | - }, |
16 | | - "bugs": { |
17 | | - "url": "https://github.com/jscs-dev/grunt-jscs/issues" |
18 | | - }, |
19 | | - "dependencies": { |
20 | | - "hooker": "~0.2.3", |
21 | | - "jscs": "~2.0.0", |
22 | | - "lodash": "~3.1.0", |
23 | | - "vow": "~0.4.1" |
24 | | - }, |
25 | | - "devDependencies": { |
26 | | - "grunt-cli": "~0.1.13", |
27 | | - "grunt-contrib-jshint": "~0.11.2", |
28 | | - "grunt-contrib-nodeunit": "~0.4.0", |
29 | | - "load-grunt-tasks": "~3.2.0", |
30 | | - "time-grunt": "~1.2.1" |
31 | | - }, |
32 | | - "keywords": [ |
33 | | - "gruntplugin", |
34 | | - "jscs", |
35 | | - "code style", |
36 | | - "checker" |
37 | | - ], |
38 | | - "engines": { |
39 | | - "node": ">= 0.10.0" |
40 | | - }, |
41 | | - "scripts": { |
42 | | - "test": "grunt test", |
43 | | - "bump": "npm version patch -m \"Release v%s\"", |
44 | | - "bump-minor": "npm version minor -m \"Release v%s\"", |
45 | | - "bump-major": "npm version major -m \"Release v%s\"" |
46 | | - }, |
47 | | - "files": [ |
48 | | - "tasks", |
49 | | - "LICENSE-MIT" |
50 | | - ] |
| 2 | + "name": "grunt-jscs", |
| 3 | + "description": "Grunt task for checking JavaScript Code Style with jscs.", |
| 4 | + "version": "2.0.0", |
| 5 | + "author": "Gustavo Henke <[email protected]>", |
| 6 | + "license": "MIT", |
| 7 | + "homepage": "https://github.com/jscs-dev/grunt-jscs", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "https://github.com/jscs-dev/grunt-jscs.git" |
| 11 | + }, |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/jscs-dev/grunt-jscs/issues" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "hooker": "~0.2.3", |
| 17 | + "jscs": "~2.0.0", |
| 18 | + "lodash": "~3.1.0", |
| 19 | + "vow": "~0.4.1" |
| 20 | + }, |
| 21 | + "devDependencies": { |
| 22 | + "grunt-cli": "~0.1.13", |
| 23 | + "grunt-contrib-jshint": "~0.11.2", |
| 24 | + "grunt-contrib-nodeunit": "~0.4.0", |
| 25 | + "load-grunt-tasks": "~3.2.0", |
| 26 | + "time-grunt": "~1.2.1" |
| 27 | + }, |
| 28 | + "keywords": [ |
| 29 | + "gruntplugin", |
| 30 | + "jscs", |
| 31 | + "code style", |
| 32 | + "checker" |
| 33 | + ], |
| 34 | + "engines": { |
| 35 | + "node": ">= 0.10.0" |
| 36 | + }, |
| 37 | + "scripts": { |
| 38 | + "test": "grunt test", |
| 39 | + "bump": "npm version patch -m \"Release v%s\"", |
| 40 | + "bump-minor": "npm version minor -m \"Release v%s\"", |
| 41 | + "bump-major": "npm version major -m \"Release v%s\"" |
| 42 | + }, |
| 43 | + "files": [ |
| 44 | + "tasks", |
| 45 | + "LICENSE-MIT" |
| 46 | + ] |
51 | 47 | } |
0 commit comments