forked from bryancross/key2pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 KB
/
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
41
42
43
{
"name": "key2pdf",
"version": "1.0.0",
"description": "Simple idempotent script to convert keynote to PDF using CloudConvert",
"main": "server.js",
"scripts": {
"test": "server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bryancross/key2pdf.git"
},
"keywords": [
"keynote",
"pdf",
"convert",
"cloudconvert"
],
"author": "bryancross@github.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/bryancross/key2pdf/issues"
},
"homepage": "https://github.com/bryancross/key2pdf#readme",
"dependencies": {
"bluebird": "^3.4.7",
"cli-spinner": "^0.2.5",
"cloudconvert": "^1.1.1",
"date-fns": "^1.24.0",
"github": "^7.2.1",
"github-webhook-handler": "^0.6.0",
"google-auth-library": "^0.10.0",
"googleapis": "^16.1.0",
"httpdispatcher": "^2.0.1",
"js-base64": "^2.1.9",
"mkdirp": "^0.5.1",
"node-github": "0.0.3",
"request": "^2.79.0",
"rimraf": "^2.5.4",
"tmp": "0.0.31",
"url-parse": "^1.1.8"
}
}