UNPKG

picasa-advanced

Version:
41 lines (40 loc) 947 B
{ "name": "picasa-advanced", "version": "1.0.6", "description": "Picasa web albums client for node", "main": "src/picasa.js", "scripts": { "test": "mocha src/ --harmony", "test-debug": "mocha src/ --harmony -t 6000 --debug-brk", "test-watch": "mocha src/ --harmony --watch" }, "repository": { "type": "git", "url": "git+https://github.com/jrodan/picasa-advanced.git" }, "keywords": [ "picasa", "web", "album", "data", "api", "client", "node" ], "author": "Jan Rodan <kontakt@janrodan.de> (https://github.com/jrodan)", "license": "ISC", "bugs": { "url": "https://github.com/jrodan/picasa-advanced/issues" }, "homepage": "https://github.com/jrodan/picasa-advanced#readme", "devDependencies": { "chai": "^3.4.1", "mocha": "^2.3.3", "rewire": "^2.5.0", "sinon": "^1.17.2", "sinon-chai": "^2.8.0" }, "dependencies": { "request": "*" } }