Skip to content

Commit

Permalink
package.json: sort some stuff alphabetically.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 29, 2014
1 parent c3fcb94 commit 4fc44b6
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Expand Up @@ -24,34 +24,34 @@
},

"scripts": {
"data": "node scripts/generate-identifier-data",
"build": "node bin/build",
"test": "nodeunit tests tests/regression tests/unit",
"pretest": "jshint src"
"data": "node scripts/generate-identifier-data",
"pretest": "jshint src",
"test": "nodeunit tests tests/regression tests/unit"
},

"main": "./src/jshint.js",

"dependencies": {
"shelljs": "0.3.x",
"underscore": "1.6.x",
"cli": "0.6.x",
"minimatch": "1.0.x",
"htmlparser2": "3.8.x",
"console-browserify": "1.1.x",
"exit": "0.1.x",
"strip-json-comments": "1.0.x"
"cli": "0.6.x",
"console-browserify": "1.1.x",
"exit": "0.1.x",
"htmlparser2": "3.8.x",
"minimatch": "1.0.x",
"shelljs": "0.3.x",
"strip-json-comments": "1.0.x",
"underscore": "1.6.x"
},

"devDependencies": {
"jshint": "2.5.x",
"browserify": "6.x",
"coveraje": "0.2.x",
"jshint": "2.5.x",
"mock-stdin": "0.3.x",
"nodeunit": "0.9.x",
"sinon": "1.11.x",
"unicode-6.3.0": "0.1.x",
"regenerate": "1.0.x",
"mock-stdin": "^0.3.0"
"sinon": "1.11.x",
"unicode-6.3.0": "0.1.x"
},

"licenses": [
Expand All @@ -65,8 +65,8 @@

"files": [
"bin",
"src",
"data",
"dist"
"dist",
"src"
]
}

0 comments on commit 4fc44b6

Please sign in to comment.