-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 943 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
{
"name": "irish-writers",
"version": "1.0.0",
"description": "This project contains a data dump from the previous Irish writers project which has ceased to function. The intention it to bring the database back online with a simple read-only server.",
"main": "transform/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"copy-db": "rm mydb.sqlite & cp blank.sqlite mydb.sqlite"
},
"repository": {
"type": "git",
"url": "[email protected]:digital-humanities/irish-writers.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"handlebars": "^4.0.6",
"js-yaml": "^3.7.0",
"knex": "^0.12.6",
"koa": "^2.2.0",
"koa-cors": "0.0.16",
"koa-gzip": "^0.1.0",
"koa-route": "^3.2.0",
"koa-static": "^2.0.0",
"page": "^1.7.1",
"sqlite3": "^3.1.8"
},
"devDependencies": {
"handlebars-loader": "^1.4.0"
}
}