-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 942 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
40
{
"name": "@popcornkiller/static-api",
"version": "1.0.21",
"bin": {
"static-api": "bin/index.js"
},
"scripts": {
"gaga": "static-api",
"start": "node server.js"
},
"dependencies": {
"body-parse": "^0.1.0",
"chokidar": "^3.3.0",
"cookie-parser": "^1.4.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
"knex": "^0.20.3",
"pg": "^7.14.0",
"recursive-readdir": "^2.2.2"
},
"description": "A bundled library to let you build express in seconds",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/popcornkiller1088/static-api.git"
},
"keywords": [
"express",
"rest",
"api"
],
"author": "kenneth",
"license": "ISC",
"bugs": {
"url": "https://github.com/popcornkiller1088/static-api/issues"
},
"homepage": "https://github.com/popcornkiller1088/static-api#readme"
}