Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eeroan committed May 2, 2017
1 parent ff96efd commit ed984b7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "web-console-reporter",
"version": "1.0.0",
"description": "Web console reporter for Mocha testing framework",
"main": "WebConsole.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eeroan/WebConsole-reporter.git"
},
"keywords": [
"mocha",
"console",
"reporter",
"browser"
],
"author": "Eero Anttila",
"license": "MIT",
"bugs": {
"url": "https://github.com/eeroan/WebConsole-reporter/issues"
},
"homepage": "https://github.com/eeroan/WebConsole-reporter#readme"
}

0 comments on commit ed984b7

Please sign in to comment.