Skip to content

Commit

Permalink
format package.json
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
adamgruber committed Feb 9, 2015
1 parent 0ca7d38 commit 212f513
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
{
"name": "mochawesome",
"description": "A Gorgeous HTML/CSS Mocha Reporter",
"author": "Adam Gruber <[email protected]>",
"version": "1.0.0",
"description": "A Gorgeous HTML/CSS Reporter for Mocha.js",
"scripts": {
"test": "gulp"
},
"author": "Adam Gruber",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/adamgruber/mochawesome"
},
"keywords": [
"mocha",
"reporter",
"json",
"handlebars"
],
"engine": "node >= 0.10.0",
"main": "index.js",
"dependencies": {
"async": "^0.9.0",
Expand Down Expand Up @@ -35,19 +50,5 @@
"jshint-stylish": "^1.0.0",
"merge-stream": "^0.1.7",
"should": "^3.3.2"
},
"scripts": {
"test": "gulp"
},
"engine": "node >= 0.10.0",
"keywords": [
"mocha",
"reporter",
"json",
"handlebars"
],
"repository": {
"git": "https://github.com/adamgruber/mochawesome"
},
"license": "ISC"
}
}

0 comments on commit 212f513

Please sign in to comment.