-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 976 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 976 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": "quix",
"version": "1.0.0",
"description": "The extension for express.js developed by FloatFlower.Huang",
"main": "index.js",
"scripts": {
"dependencies": "npm install dotenv colors mkdirp --save"
},
"repository": {
"type": "git",
"url": "git+https://github.com/floatflower/quix.git"
},
"author": "FloatFlower.Huang",
"license": "MIT",
"bugs": {
"url": "https://github.com/floatflower/quix/issues"
},
"homepage": "https://github.com/floatflower/quix#readme",
"dependencies": {
"amqplib": "^0.5.5",
"colors": "^1.3.3",
"cookie-parser": "^1.4.4",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"inputter": "git+https://github.com/floatflower/inputter.git",
"knex": "^0.19.3",
"mkdirp": "^0.5.1",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"randomstring": "^1.1.5",
"twig": "^1.13.3"
}
}