Skip to content

Commit

Permalink
added description, homepage, repository, and updated license and auth…
Browse files Browse the repository at this point in the history
…or information in package.json file.
  • Loading branch information
jhusain committed May 3, 2015
1 parent ca1d677 commit 062a874
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
{
"name": "falcor-server",
"version": "0.0.11",
"description": "",
"description": "A falcor server for express.",
"main": "src/index.js",
"homepage": "https://github.com/Netflix/falcor-server",
"author": {
"name": "Netflix",
"url": "https://github.com/Netflix/falcor-server/authors.txt"
},
"repository": {
"type": "git",
"url": "https://github.com/Netflix/falcor-server.git"
},
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Michael Brady Paulson",
"license": "ALV2",
"dependencies": {
"express": "~4.11.1",
"rx": "~2.3.24"
Expand Down

0 comments on commit 062a874

Please sign in to comment.