Skip to content

Commit

Permalink
Normalize package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 3, 2014
1 parent eccd5e2 commit df926cf
Showing 1 changed file with 19 additions and 22 deletions.
41 changes: 19 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,30 @@
"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"
Expand All @@ -48,5 +39,11 @@
"grunt-contrib-watch": "~0.4.4",
"grunt-include-replace": "~0.4.0",
"yuitest": "~0.7.9"
},
"engines": {
"node": ">=0.8.0"
},
"directories": {
"test": "tests"
}
}

0 comments on commit df926cf

Please sign in to comment.