Skip to content

Commit

Permalink
Merge pull request #427 from XhmikosR/package.json
Browse files Browse the repository at this point in the history
Improve package.json and bump dependencies
  • Loading branch information
nschonni committed Apr 3, 2014
2 parents eccd5e2 + 98fb6c2 commit 5540032
Showing 1 changed file with 26 additions and 29 deletions.
55 changes: 26 additions & 29 deletions package.json
Expand Up @@ -2,51 +2,48 @@
"name": "csslint",
"version": "0.10.0",
"description": "CSSLint",
"author": {
"name": "Nicole Sullivan"
},
"author": "Nicole Sullivan",
"contributors": [
{
"name": "Nicholas C. Zakas"
}
"Nicholas C. Zakas"
],
"engines": {
"node": ">=0.8.0"
},
"directories": {
"lib": "lib"
},
"main": "./lib/csslint-node.js",
"bin": {
"csslint": "./cli.js"
"homepage": "http://csslint.net/",
"repository": {
"type": "git",
"url": "https://github.com/stubbornella/csslint.git"
},
"scripts": {
"test": "grunt test"
"bugs": {
"url": "https://github.com/stubbornella/csslint/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/stubbornella/csslint/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/stubbornella/csslint/issues"
"main": "./lib/csslint-node.js",
"bin": {
"csslint": "./cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/stubbornella/csslint.git"
"scripts": {
"test": "grunt test"
},
"dependencies": {
"parserlib": "~0.2.2"
"parserlib": "~0.2.4"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt": "~0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-include-replace": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-include-replace": "~1.2.0",
"yuitest": "~0.7.9"
},
"engines": {
"node": ">=0.8.0"
},
"directories": {
"test": "tests"
}
}

0 comments on commit 5540032

Please sign in to comment.