Skip to content

Commit

Permalink
rename pkstore to supermarket
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrumins committed Sep 13, 2010
1 parent d41ab31 commit 97dbf7d
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "kvstore",
"name": "supermarket",
"version": "1.0.0",
"main": "kvstore",
"description": "A key/value store based on sqlite for node.js",
"keywords": [
"sqlite",
"nosql",
"key value store",
"key value store",
"key value store"
],
"maintainers": [
{
Expand All @@ -22,17 +20,15 @@
"type": "MIT"
}
],
"repositories": [
{
"repository": {
"type": "git",
"url": "http://github.com/pkrumins/node-kvstore.git"
}
],
}
"engines": {
"node": ">=0.1.93"
},
"dependencies" : {
"sqlite": ">=0.0.3"
"pksqlite": ">=0.0.3"
}
}

0 comments on commit 97dbf7d

Please sign in to comment.