Skip to content

Commit

Permalink
Add metadata to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
balazs4 committed May 22, 2017
1 parent 025b2aa commit f2f3a35
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "rest-flat-file-db",
"version": "1.0.0",
"description": "REST API for flat-file-db",
"main": "index.js",
"author": "balazs4 <balazs4web@gmail.com>",
"license": "MIT",
Expand All @@ -20,5 +21,20 @@
"devDependencies": {
"jest": "^20.0.0",
"request-promise-native": "^1.0.4"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/balazs4/rest-flat-file-db.git"
},
"keywords": [
"flat-file-db",
"rest",
"api",
"db",
"database"
],
"bugs": {
"url": "https://github.com/balazs4/rest-flat-file-db/issues"
},
"homepage": "https://github.com/balazs4/rest-flat-file-db#readme"
}

0 comments on commit f2f3a35

Please sign in to comment.