-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 987 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
36
37
38
39
{
"name": "pixelbank",
"version": "0.0.1",
"description": "Managing recurring donations for a hackerspace",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://davidvanleeuwen@github.com/pixelbar/pixelbank.git"
},
"engines": {
"node": "8.x.x"
},
"author": "Pixelbar",
"license": "MIT",
"bugs": {
"url": "https://github.com/pixelbar/pixelbank/issues"
},
"homepage": "https://github.com/pixelbar/pixelbank#readme",
"dependencies": {
"airtable": "^0.5.0",
"dotenv": "^4.0.0",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-json": "^2.0.2",
"koa-router": "^7.2.1",
"koa-sslify": "^2.1.2",
"mollie-api-node": "^1.3.5"
},
"devDependencies": {
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
}
}