-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 946 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": "invoices_test_backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./bin/www.js",
"dev": "./node_modules/.bin/nodemon bin/dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanchosa/invoices_backend.git"
},
"author": "Alexandr Merkulov",
"license": "ISC",
"bugs": {
"url": "https://github.com/sanchosa/invoices_backend/issues"
},
"homepage": "https://github.com/sanchosa/invoices_backend#readme",
"config": {
"port": "3000"
},
"dependencies": {
"humanize-number": "0.0.2",
"koa": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-json": "^2.0.2",
"koa-router": "^7.4.0",
"koa-static": "^4.0.2",
"log4js": "^2.5.3",
"mysql2": "^1.5.3",
"passthrough-counter": "^1.0.0",
"sequelize": "^4.37.6",
"sexy-require": "^1.1.1"
},
"devDependencies": {
"nodemon": "^1.17.3"
}
}