-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 927 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 927 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
{
"name": "netizen.org",
"version": "0.0.2",
"description": "online home for netizen.org",
"main": "server.js",
"scripts": {
"start": "node server.js",
"lint": "standard *.js my_modules/* www/js/* www/js/widgets/*",
"env-file-dev": "echo \"PORT = 8001\" > .env",
"env-file-prod": "echo \"PORT = 8001\nPROD = true\" > .env"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netizenorg/netizen.org.git"
},
"author": "netizen <hi@netizen.org>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/netizenorg/netizen.org/issues"
},
"homepage": "https://github.com/netizenorg/netizen.org#readme",
"dependencies": {
"body-parser": "^1.19.0",
"device": "^0.3.11",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"socket.io": "^4.4.0",
"standard": "^14.3.4",
"stats-not-tracks": "git+https://github.com/nbriz/StatsNotTracks.git"
}
}