Skip to content

Commit

Permalink
package.json update and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Kienzler committed Sep 22, 2016
1 parent ffa7831 commit cf113ee
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# neat-api
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"name": "neat-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dominik Kienzler <[email protected]>",
"license": "ISC",
"peerDependencies": {
"bluebird": "^3.4.6",
"neat-base": "~1.x.x"
},
"dependencies": {
"redis": "^2.6.2"
}
"name": "neat-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dominik Kienzler <[email protected]>",
"license": "ISC",
"peerDependencies": {
"bluebird": "^3.4.6",
"neat-base": "^1.x.x",
"neat-elements": "^1.x.x"
},
"dependencies": {
"redis": "^2.6.2"
}
}

0 comments on commit cf113ee

Please sign in to comment.