forked from darekkay/todoist-export
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 701 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 701 Bytes
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
{
"name": "todoist-export",
"version": "1.0.0",
"description": "Backup Todoist data as JSON",
"author": "Darek Kay",
"homepage": "http://www.eclectide.com",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/darekkay/todoist-export.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/darekkay/todoist-export/master/LICENSE"
}
],
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"express": "~4.9.0",
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"morgan": "~1.3.0",
"debug": "~2.0.0",
"jade": "~1.6.0",
"request": "~2.49.0",
"json-2-csv": "~1.0.6"
}
}