-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.12 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
44
45
46
47
{
"name": "duckiesays",
"version": "2.0.0",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"co": "^4.6.0",
"debug": "^2.2.0",
"kcors": "^1.3.0",
"knex": "^0.19.5",
"koa": "^2.5.0",
"koa-convert": "^1.2.0",
"koa-error": "^3.2.0",
"koa-router": "^7.4.0",
"koa-send": "^4.1.3",
"koa-static-server": "^1.3.4",
"lodash": "^4.17.19",
"lodash.once": "^4.1.1",
"node-uuid": "1.4.8",
"pg-promise": "^5.3.1",
"request": "^2.75.0",
"requestretry": "^1.12.0",
"sqlite3": "^4.1.0",
"uuid": "^2.0.3",
"watch": "^0.19.2",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^4.5.0"
},
"description": "This API is a Node-based framework for RESTful service APIs.",
"main": "server.js",
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^4.3.0",
"mocha": "^8.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mpeter88/lgApp.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mpeter88/lgApp/issues"
},
"homepage": "https://github.com/mpeter88/lgApp#readme"
}