Skip to content

Commit

Permalink
Add package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyorke committed Jul 22, 2016
1 parent 520d81e commit eb17a2e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "pedant",
"version": "1.0.0",
"description": "Find and fix bothersome punctuation and formatting errors in English texts.",
"main": "pedant.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Decagon/Pedant.git"
},
"author": "Decagon",
"license": "MIT",
"bugs": {
"url": "https://github.com/Decagon/Pedant/issues"
},
"homepage": "https://github.com/Decagon/Pedant#readme"
}

0 comments on commit eb17a2e

Please sign in to comment.