-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1009 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1009 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
34
35
36
37
38
39
40
{
"name": "limelicense",
"version": "1.0.1",
"description": "NodeJS RestAPI Backend for Licensing Systems.",
"main": "app.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "nodemon app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LimeNetwork/LimeLicense.git"
},
"keywords": [
"license",
"lime",
"nodejs",
"restapi"
],
"author": "MrMirhan",
"license": "ISC",
"bugs": {
"url": "https://github.com/LimeNetwork/LimeLicense/issues"
},
"homepage": "https://github.com/LimeNetwork/LimeLicense#readme",
"dependencies": {
"connect-timeout": "^1.9.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"mongoose": "^7.6.2",
"morgan": "^1.10.0",
"path": "^0.12.7",
"winston": "^3.11.0"
}
}