-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1.17 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
{
"name": "knoledge",
"version": "0.0.1",
"private": true,
"description": "[![Join the chat at https://gitter.im/Xflofoxx/knowledge](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Xflofoxx/knowledge?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\r [![Stories in Ready](https://badge.waffle.io/Xflofoxx/knowledge.svg?label=ready&title=Ready)](http://waffle.io/Xflofoxx/knowledge)",
"main": "index.js",
"scripts": {
"test": "",
"start": "node index.js",
"start:dev": "nodemon --inspect index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xflofoxx/knowledge.git"
},
"author": "Dario Olivini <xflofoxx@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Xflofoxx/knowledge/issues"
},
"homepage": "https://github.com/Xflofoxx/knowledge#readme",
"dependencies": {
"compression": "^1.7.4",
"dotenv": "^16.0.0",
"express": "^4.21.1",
"helmet": "^5.0.2",
"morgan": "^1.10.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}