mirror of
https://github.com/jlengrand/picasa.git
synced 2026-03-10 08:31:19 +00:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "picasa",
|
|
"version": "1.0.7",
|
|
"engines": {
|
|
"node": ">=4.8.7"
|
|
},
|
|
"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",
|
|
"docs": "jsdoc --configure .jsdoc.json src/picasa.js -t docs/template"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/esteban-uo/picasa.git"
|
|
},
|
|
"keywords": [
|
|
"picasa",
|
|
"web",
|
|
"album",
|
|
"data",
|
|
"api",
|
|
"client",
|
|
"node"
|
|
],
|
|
"author": "Esteban Uscanga Olea <uscanga47@gmail.com> (https://github.com/esteban-uo)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/esteban-uo/picasa/issues"
|
|
},
|
|
"homepage": "https://github.com/esteban-uo/picasa#readme",
|
|
"devDependencies": {
|
|
"chai": "^3.4.1",
|
|
"jsdoc": "^3.5.5",
|
|
"minami": "^1.2.3",
|
|
"mocha": "^2.3.3",
|
|
"rewire": "^2.5.0",
|
|
"sinon": "^1.17.2",
|
|
"sinon-chai": "^2.8.0"
|
|
},
|
|
"dependencies": {
|
|
"request": "^2.65.0"
|
|
}
|
|
}
|