Skip to content

Commit

Permalink
Update project metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed May 2, 2013
1 parent 86b36aa commit 48dee8d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
# Mac OS X
.DS_Store

# Node.js
node_modules
npm-debug.log
5 changes: 3 additions & 2 deletions .npmignore
@@ -1,15 +1,16 @@
# Project
README.md
Makefile
docs/
doc/
examples/
test/

# Mac OS X
.DS_Store

# Node.js
.npmignore
node_modules/
npm-debug.log

# Git
.git*
8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -10,7 +10,11 @@
"bugs": {
"url": "http://github.com/jaredhanson/kerouac-robotstxt/issues"
},
"author": { "name": "Jared Hanson", "email": "jaredhanson@gmail.com", "url": "http://www.jaredhanson.net/" },
"author": {
"name": "Jared Hanson",
"email": "jaredhanson@gmail.com",
"url": "http://www.jaredhanson.net/"
},
"licenses": [ {
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
Expand All @@ -20,7 +24,7 @@
},
"devDependencies": {
"mocha": "1.x.x",
"should": "1.x.x"
"chai": "1.x.x"
},
"scripts": {
"test": "NODE_PATH=lib node_modules/.bin/mocha"
Expand Down

0 comments on commit 48dee8d

Please sign in to comment.