|
2 | 2 | "name": "csslint",
|
3 | 3 | "version": "0.10.0",
|
4 | 4 | "description": "CSSLint",
|
5 |
| - "author": { |
6 |
| - "name": "Nicole Sullivan" |
7 |
| - }, |
| 5 | + "author": "Nicole Sullivan", |
8 | 6 | "contributors": [
|
9 |
| - { |
10 |
| - "name": "Nicholas C. Zakas" |
11 |
| - } |
| 7 | + "Nicholas C. Zakas" |
12 | 8 | ],
|
13 |
| - "engines": { |
14 |
| - "node": ">=0.8.0" |
15 |
| - }, |
16 |
| - "directories": { |
17 |
| - "lib": "lib" |
18 |
| - }, |
19 |
| - "main": "./lib/csslint-node.js", |
20 |
| - "bin": { |
21 |
| - "csslint": "./cli.js" |
| 9 | + "homepage": "http://csslint.net/", |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "https://github.com/stubbornella/csslint.git" |
22 | 13 | },
|
23 |
| - "scripts": { |
24 |
| - "test": "grunt test" |
| 14 | + "bugs": { |
| 15 | + "url": "https://github.com/stubbornella/csslint/issues" |
25 | 16 | },
|
26 | 17 | "licenses": [
|
27 | 18 | {
|
28 | 19 | "type": "MIT",
|
29 | 20 | "url": "https://github.com/stubbornella/csslint/blob/master/LICENSE"
|
30 | 21 | }
|
31 | 22 | ],
|
32 |
| - "bugs": { |
33 |
| - "url": "https://github.com/stubbornella/csslint/issues" |
| 23 | + "main": "./lib/csslint-node.js", |
| 24 | + "bin": { |
| 25 | + "csslint": "./cli.js" |
34 | 26 | },
|
35 |
| - "repository": { |
36 |
| - "type": "git", |
37 |
| - "url": "https://github.com/stubbornella/csslint.git" |
| 27 | + "scripts": { |
| 28 | + "test": "grunt test" |
38 | 29 | },
|
39 | 30 | "dependencies": {
|
40 |
| - "parserlib": "~0.2.2" |
| 31 | + "parserlib": "~0.2.4" |
41 | 32 | },
|
42 | 33 | "devDependencies": {
|
43 |
| - "grunt": "~0.4.1", |
44 |
| - "grunt-contrib-clean": "~0.4.1", |
45 |
| - "grunt-contrib-concat": "~0.3.0", |
46 |
| - "grunt-contrib-copy": "~0.4.1", |
| 34 | + "grunt": "~0.4.4", |
| 35 | + "grunt-contrib-clean": "~0.5.0", |
| 36 | + "grunt-contrib-concat": "~0.4.0", |
| 37 | + "grunt-contrib-copy": "~0.5.0", |
47 | 38 | "grunt-contrib-jshint": "~0.10.0",
|
48 |
| - "grunt-contrib-watch": "~0.4.4", |
49 |
| - "grunt-include-replace": "~0.4.0", |
| 39 | + "grunt-contrib-watch": "~0.6.1", |
| 40 | + "grunt-include-replace": "~1.2.0", |
50 | 41 | "yuitest": "~0.7.9"
|
| 42 | + }, |
| 43 | + "engines": { |
| 44 | + "node": ">=0.8.0" |
| 45 | + }, |
| 46 | + "directories": { |
| 47 | + "test": "tests" |
51 | 48 | }
|
52 | 49 | }
|
0 commit comments