Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Jun 29, 2014
1 parent b6b5a67 commit 8908204
Showing 1 changed file with 9 additions and 21 deletions.
30 changes: 9 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,32 @@
"name": "requireindex",
"description": "Write minimal node index.js files that require and export siblings by file basename",
"version": "1.1.0",
"license" : "MIT",
"license": "MIT",
"main": "index.js",

"repository": {
"type": "git",
"url": "git://github.com/stephenhandley/requireindex.git"
},

"scripts": {
"test": "node test/test.js"
},

"keywords": [
"require",
"index",
"index.js"
],

"directories" : {
"lib" : ".",
"test" : "test"
"directories": {
"test": "test"
},

"bugs": {
"url" : "http://github.com/stephenhandley/requireindex/issues"
"url": "http://github.com/stephenhandley/requireindex/issues"
},

"engines" : {
"node" : ">=0.10.5"
"engines": {
"node": ">=0.10.5"
},

"devDependencies": {
"asserts": "4.0.x"
},

"author": {
"name": "Stephen Handley",
"email": "stephen.handley@gmail.com",
"url": "http://person.sh"
}
}
"author": "Stephen Handley <stephen.handley@gmail.com> (http://person.sh)",
"homepage": "/~https://github.com/stephenhandley/requireindex"
}

0 comments on commit 8908204

Please sign in to comment.