Skip to content

Commit

Permalink
Added contributors field. IonicaBizau#1
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed May 27, 2014
1 parent 70d7542 commit a94a70d
Showing 1 changed file with 26 additions and 13 deletions.
39 changes: 26 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,32 @@
"description": "Test Youtube API NodeJS module",
"author": "IonicaBizau",
"contributors": [
{
"name": "Ionică Bizău",
"email": "bizauionica@gmail.com"
},
{
"name": "Fernando Derkoski",
"email": "brilvio@gmail.com"
}
]
"Ionică Bizău <bizauionica@gmail.com>",
"Fernando Derkoski <brilvio@gmail.com>"
],
"main": "index.js",
"dependencies": {
"youtube-api": "*",
"request": "*",
"express": "*"
"express": "^4.3.1",
"request": "^2.36.0",
"youtube-api": "^0.2.2"
},
"license": "BSD-2-Clause"
"devDependencies": {},
"scripts": {
"test": "node index"
},
"repository": {
"type": "git",
"url": "https://github.com/IonicaBizau/test-youtube-api.git"
},
"keywords": [
"youtube",
"api",
"node",
"test"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/test-youtube-api/issues"
},
"homepage": "https://github.com/IonicaBizau/test-youtube-api"
}

0 comments on commit a94a70d

Please sign in to comment.