-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (31 loc) · 830 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (31 loc) · 830 Bytes
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
{
"name": "nodejs_postgres_seamless_jquery_git",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"ejs": "^3.1.8",
"fastify": "^3.29.1",
"fastify-static": "^4.0.1",
"path": "^0.12.7",
"point-of-view": "^4.14.0"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.2.2",
"supertest": "^6.1.3"
},
"scripts": {
"app-dev": "cd ./app/utils && node --no-warnings app.js"
},
"repository": {
"type": "git",
"url": "git+https://matt_baker@bitbucket.org/matt_baker/nodejs_postgres_jquery.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/matt_baker/nodejs_postgres_jquery#readme"
}