Skip to content

Commit

Permalink
upgrade package.json format
Browse files Browse the repository at this point in the history
  • Loading branch information
dgf committed Jun 14, 2015
1 parent 228c6f1 commit a1abd7d
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "e4store",
"version": "0.3.0",
"author": "Danny Gräf <github@dagnu.de>",
"description": "Express Sequelize session store",
"keywords": [
"express",
"sequelize",
Expand All @@ -12,17 +12,19 @@
"mysql",
"sqlite"
],
"description": "Express Sequelize session store",
"main": "lib/e4store.js",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/dgf/e4store/raw/master/LICENSE"
}
"homepage": "http://github.com/dgf/e4store",
"license": "MIT",
"author": "Danny Gräf <github@dagnu.de>",
"files": [
"lib/",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git://github.com/dgf/e4store.git"
"main": "lib/e4store.js",
"repository": "dgf/e4store.git",
"scripts": {
"pretest": "cake lint",
"prepublish": "cake build",
"test": "cake spec"
},
"dependencies": {
"lodash": "^3.9.3",
Expand All @@ -44,10 +46,5 @@
},
"engines": {
"node": "=>0.10.0"
},
"scripts": {
"pretest": "cake lint",
"prepublish": "cake build",
"test": "cake spec"
}
}

0 comments on commit a1abd7d

Please sign in to comment.