Skip to content

Commit

Permalink
Added package.json for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Timbrook committed Sep 10, 2014
1 parent 66b4833 commit 5594e37
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
.DS_Store

24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "jshintr",
"version": "0.0.0",
"description": "JSHintr is a web tool that allows you to set your own code standards, easily review a file against these standards, and share the output with other developers. It leverages the power of JSHint:",
"main": "app.js",
"dependencies": {
"express": "^4.9.0",
"jade": "^1.6.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rixth/jshintr.git"
},
"author": "rixth",
"license": "MIT",
"bugs": {
"url": "https://github.com/rixth/jshintr/issues"
},
"homepage": "https://github.com/rixth/jshintr"
}

0 comments on commit 5594e37

Please sign in to comment.