Skip to content

Commit

Permalink
Update package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszdziuk committed Nov 6, 2013
1 parent 462935a commit ae9a1dc
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
{
"name": "wordnet",
"version": "0.1.0",
"description": "Node.js wrapper for WordNet DB",
"version": "0.1.0",
"author": "Dariusz Dziuk <me@dariuszdziuk.com>",
"main": "./lib/wordnet.js",
"dependencies": {
"async": "~0.2.9"
},
"devDependencies": {
"commander": "~2.0.0"
},
"repository": "https://github.com/dariuszdziuk/wordnet",
"author": "Dariusz Dziuk <me@dariuszdziuk.com>",
"license": "MIT"
"keywords": [
"wordnet",
"dictionary",
"lookup"
],
"repository": "git://github.com/dariuszdziuk/wordnet",
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
}
}

0 comments on commit ae9a1dc

Please sign in to comment.