Skip to content

Commit

Permalink
npm conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Apr 28, 2013
1 parent 2a86361 commit a008783
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
test/test.js
test/examples.js
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"version": "0.3.2",
"main": "./lib/index",
"dependencies": {},
"devDependencies": {
"vows": "0.7.0"
},
"scripts": {
"test": "test/runner.js"
},
"engines": { "node": ">= 0.6.0" },
"author": {
"name" : "Blagovest Dachev",
Expand All @@ -20,4 +26,4 @@
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl-3.0.txt"}
]
}
}

0 comments on commit a008783

Please sign in to comment.