-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 841 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
{
"name": "trello-backup",
"version": "1.0.7",
"description": "Backup/download your data from Trello and query it/display interesting views",
"main": "./lib/index.js",
"bin": "./lib/cli.js",
"dependencies": {
"bluebird": "3.5.1",
"debug": "3.1.0",
"got": "8.3.2",
"lodash": "4.17.10",
"mkdirp": "0.5.1"
},
"devDependencies": {
"sinon": "6.1.0"
},
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jakutis/trello-backup.git"
},
"keywords": [
"trello",
"backup",
"download"
],
"author": "Vytautas Jakutis <[email protected]> (https://jakut.is)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jakutis/trello-backup/issues"
},
"homepage": "https://github.com/jakutis/trello-backup#readme"
}