Skip to content

Commit

Permalink
Add contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
grantholle committed Sep 21, 2018
1 parent 2dae4df commit cad31cf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "moviedb-promise",
"description": "A library for interacting with themoviedb.org API using Promises",
"version": "1.2.7",
"version": "1.2.8",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"lint": "./node_modules/.bin/standard",
Expand All @@ -24,6 +24,16 @@
"homepage": "https://github.com/grantholle/moviedb-promise#readme",
"main": "index.js",
"author": "Grant Holle <https://github.com/grantholle>",
"contributors": [
"Irwing Reza <irwing85@gmail.com> (http://irwingreza.com/)",
{
"name": "Chad Michael",
"email": "chad@medlor.com",
"url": "https://medlor.com/"
},
"pankaja92 (http://thidasapankaja.me/)",
"Valentin Mocanu <mr_vali@yahoo.ro> (http://rontavstudio.com)"
],
"dependencies": {
"limits.js": "^0.1.4",
"superagent": "^3.8.3"
Expand Down

0 comments on commit cad31cf

Please sign in to comment.