forked from esteban-uo/picasa
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 944 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "picasa",
"version": "1.0.2",
"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/esteban-uo/picasa.git"
},
"keywords": [
"picasa",
"web",
"album",
"data",
"api",
"client",
"node"
],
"author": "Esteban Uscanga Olea <[email protected]> (https://github.com/esteban-uo)",
"license": "ISC",
"bugs": {
"url": "https://github.com/esteban-uo/picasa/issues"
},
"homepage": "https://github.com/esteban-uo/picasa#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": "^2.65.0"
}
}