flickr-oauth-and-upload
Version:
Library that handles Flickr OAuth1.0 flow and photo upload
38 lines (37 loc) • 831 B
JSON
{
"name": "flickr-oauth-and-upload",
"version": "0.8.0",
"description": "Library that handles Flickr OAuth1.0 flow and photo upload",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/mattiaserlo/flickr-oauth-and-upload.git"
},
"keywords": [
"flickr",
"oauth",
"photo",
"upload"
],
"author": {
"name": "Mattias Erlo",
"email": "mattias.erlo@gmail.com",
"url": "http://www.mattiaserlo.com/"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/mattiaserlo/flickr-oauth-and-upload/issues"
},
"dependencies": {
"form-data": "0.1.x",
"oauth-percent-encode": "0.1.x",
"querystring": "0.2.x"
},
"devDependencies": {
"mocha": "~1.20.1",
"chai": "~1.9.1"
}
}