|
1 | 1 | { |
2 | | - "name": "grunt-csscomb", |
3 | | - "description": "The grunt plugin for sorting CSS properties in specific order.", |
4 | | - "version": "3.0.0", |
5 | | - "homepage": "https://github.com/csscomb/grunt-csscomb", |
6 | | - "author": [ |
7 | | - { |
8 | | - "name": "Koji Ishimoto", |
9 | | - "email": "ijok.ijok@gmail.com", |
10 | | - "url": "http://t32k.me/" |
11 | | - }, |
12 | | - { |
13 | | - "name": "Tony Ganch", |
14 | | - "email": "tonyganch+github@gmail.com", |
15 | | - "web": "http://tonyganch.com/" |
16 | | - } |
17 | | - ], |
18 | | - "contributors": [ |
19 | | - { |
20 | | - "name": "Shogo Sensui", |
21 | | - "email": "shogo.sensui@gmail.com", |
22 | | - "web": "http://1000ch.net/" |
23 | | - } |
24 | | - ], |
25 | | - "repository": { |
26 | | - "type": "git", |
27 | | - "url": "https://github.com/csscomb/grunt-csscomb.git" |
| 2 | + "name": "grunt-csscomb", |
| 3 | + "description": "The grunt plugin for sorting CSS properties in specific order.", |
| 4 | + "version": "3.0.1", |
| 5 | + "homepage": "https://github.com/csscomb/grunt-csscomb", |
| 6 | + "author": [ |
| 7 | + { |
| 8 | + "name": "Koji Ishimoto", |
| 9 | + "email": "ijok.ijok@gmail.com", |
| 10 | + "url": "http://t32k.me/" |
28 | 11 | }, |
29 | | - "bugs": { |
30 | | - "url": "https://github.com/csscomb/grunt-csscomb/issues" |
31 | | - }, |
32 | | - "licenses": [ |
33 | | - { |
34 | | - "type": "MIT", |
35 | | - "url": "https://github.com/csscomb/grunt-csscomb/blob/master/LICENSE-MIT" |
36 | | - } |
37 | | - ], |
38 | | - "main": "Gruntfile.js", |
39 | | - "engines": { |
40 | | - "node": ">= 0.10.0" |
41 | | - }, |
42 | | - "scripts": { |
43 | | - "test": "grunt test" |
44 | | - }, |
45 | | - "dependencies": { |
46 | | - "csscomb": "~3.1.0" |
47 | | - }, |
48 | | - "devDependencies": { |
49 | | - "grunt": "^0.4.5", |
50 | | - "grunt-contrib-clean": "^0.5.0", |
51 | | - "grunt-contrib-jshint": "^0.10.0", |
52 | | - "grunt-contrib-nodeunit": "^0.4.1" |
53 | | - }, |
54 | | - "peerDependencies": { |
55 | | - "grunt": "^0.4.5" |
56 | | - }, |
57 | | - "keywords": [ |
58 | | - "gruntplugin", |
59 | | - "CSScomb", |
60 | | - "Sass", |
61 | | - "SCSS", |
62 | | - "LESS" |
63 | | - ] |
| 12 | + { |
| 13 | + "name": "Tony Ganch", |
| 14 | + "email": "tonyganch+github@gmail.com", |
| 15 | + "web": "http://tonyganch.com/" |
| 16 | + } |
| 17 | + ], |
| 18 | + "contributors": [ |
| 19 | + { |
| 20 | + "name": "Shogo Sensui", |
| 21 | + "email": "shogo.sensui@gmail.com", |
| 22 | + "web": "http://1000ch.net/" |
| 23 | + } |
| 24 | + ], |
| 25 | + "repository": { |
| 26 | + "type": "git", |
| 27 | + "url": "https://github.com/csscomb/grunt-csscomb.git" |
| 28 | + }, |
| 29 | + "bugs": { |
| 30 | + "url": "https://github.com/csscomb/grunt-csscomb/issues" |
| 31 | + }, |
| 32 | + "licenses": [ |
| 33 | + { |
| 34 | + "type": "MIT", |
| 35 | + "url": "https://github.com/csscomb/grunt-csscomb/blob/master/LICENSE-MIT" |
| 36 | + } |
| 37 | + ], |
| 38 | + "main": "Gruntfile.js", |
| 39 | + "engines": { |
| 40 | + "node": ">= 0.10.0" |
| 41 | + }, |
| 42 | + "scripts": { |
| 43 | + "test": "grunt test" |
| 44 | + }, |
| 45 | + "dependencies": { |
| 46 | + "csscomb": "~3.1.0" |
| 47 | + }, |
| 48 | + "devDependencies": { |
| 49 | + "grunt": "^0.4.5", |
| 50 | + "grunt-contrib-clean": "^0.5.0", |
| 51 | + "grunt-contrib-jshint": "^0.10.0", |
| 52 | + "grunt-contrib-nodeunit": "^0.4.1" |
| 53 | + }, |
| 54 | + "peerDependencies": { |
| 55 | + "grunt": "^0.4.5" |
| 56 | + }, |
| 57 | + "keywords": [ |
| 58 | + "gruntplugin", |
| 59 | + "CSScomb", |
| 60 | + "Sass", |
| 61 | + "SCSS", |
| 62 | + "LESS" |
| 63 | + ] |
64 | 64 | } |
0 commit comments