Skip to content

Commit 5540032

Browse files
committed
Merge pull request #427 from XhmikosR/package.json
Improve package.json and bump dependencies
2 parents eccd5e2 + 98fb6c2 commit 5540032

File tree

1 file changed

+26
-29
lines changed

1 file changed

+26
-29
lines changed

package.json

Lines changed: 26 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,51 +2,48 @@
22
"name": "csslint",
33
"version": "0.10.0",
44
"description": "CSSLint",
5-
"author": {
6-
"name": "Nicole Sullivan"
7-
},
5+
"author": "Nicole Sullivan",
86
"contributors": [
9-
{
10-
"name": "Nicholas C. Zakas"
11-
}
7+
"Nicholas C. Zakas"
128
],
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"
2213
},
23-
"scripts": {
24-
"test": "grunt test"
14+
"bugs": {
15+
"url": "https://github.com/stubbornella/csslint/issues"
2516
},
2617
"licenses": [
2718
{
2819
"type": "MIT",
2920
"url": "https://github.com/stubbornella/csslint/blob/master/LICENSE"
3021
}
3122
],
32-
"bugs": {
33-
"url": "https://github.com/stubbornella/csslint/issues"
23+
"main": "./lib/csslint-node.js",
24+
"bin": {
25+
"csslint": "./cli.js"
3426
},
35-
"repository": {
36-
"type": "git",
37-
"url": "https://github.com/stubbornella/csslint.git"
27+
"scripts": {
28+
"test": "grunt test"
3829
},
3930
"dependencies": {
40-
"parserlib": "~0.2.2"
31+
"parserlib": "~0.2.4"
4132
},
4233
"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",
4738
"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",
5041
"yuitest": "~0.7.9"
42+
},
43+
"engines": {
44+
"node": ">=0.8.0"
45+
},
46+
"directories": {
47+
"test": "tests"
5148
}
5249
}

0 commit comments

Comments
 (0)