UNPKG

libereco

Version:

Liberate your photos from the hosting platforms lockin.

40 lines (39 loc) 756 B
{ "name": "libereco", "version": "0.0.6", "description": "Liberate your photos from the hosting platforms lockin.", "main": "index.js", "scripts": { "start": "node index.js" }, "engines": { "node": ">= 0.6" }, "repository": { "type": "git", "url": "git://github.com/alexindigo/libereco.git" }, "keywords": [ "libereco", "photos", "500px", "flickr", "freedom", "liberation", "migrate" ], "author": { "name": "Alex Indigo", "email": "iam@alexindigo.com" }, "license": "MIT", "dependencies": { "oauth": "~0.9.8", "form-data": "~0.0.9", "socket.io": "~0.9.10", "request": "~2.21.0", "tako": "~0.3.0", "async": "~0.2.7", "valentine": "~1.6.0" } }