-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "book-compiler2",
"version": "0.0.1",
"description": "Website to generate .docx for KidsTales workshops.",
"main": "index.js",
"scripts": {
"start": "nf start",
"dev": "NODE_ENV=development nf start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KidsTales/book-compiler2.git"
},
"author": "Frank Matranga",
"license": "MIT",
"bugs": {
"url": "https://github.com/KidsTales/book-compiler2/issues"
},
"homepage": "https://github.com/KidsTales/book-compiler2#readme",
"dependencies": {
"docxtemplater": "^3.6.6",
"docxtemplater-image-module": "^3.1.0",
"foreman": "^3.0.0",
"image-size": "^0.6.2",
"jszip": "^2.6.1",
"koa": "^2.5.1",
"koa-body": "^4.0.1",
"koa-helmet": "^4.0.0",
"koa-logger": "^3.2.0",
"koa-respond": "^1.0.1",
"koa-router": "^7.4.0",
"koa-static": "^4.0.3",
"koa-views": "^6.1.4",
"kompression": "^1.0.0",
"moment": "^2.22.2",
"pug": "^2.0.3"
}
}