forked from FRINXio/frinx-uniconfig-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 802 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
{
"name": "frinx-uniconfig-ui-server",
"version": "1.1.1",
"description": "## Installation",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=production node server.js",
"dev": "NODE_PORT=3001 nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FRINXio/frinx-uniconfig-ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FRINXio/frinx-uniconfig-ui/issues"
},
"homepage": "https://github.com/FRINXio/frinx-uniconfig-ui#readme",
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"superagent": "^5.2.1"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}