-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
36 lines (36 loc) · 1.23 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
34
35
36
{
"name": "netnet.studio",
"version": "0.3.0",
"description": "netnet.studio is a hypermedia higherEd cyberspace for fully realizing the Web’s creative potential.",
"main": "server.js",
"scripts": {
"setup": "node my_modules/setup-script.js",
"start": "node server.js",
"lint": "standard *.js my_modules/* www/core/* www/core/widgets/*",
"pull-modules": "git submodule update --init --recursive && (cd www/core/netnet-standard-library && git pull origin main) && (cd www/core/netitor && git pull origin master)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netizenorg/netnet.studio.git"
},
"author": "netizen <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/netizenorg/netnet.studio/issues"
},
"homepage": "https://github.com/netizenorg/netnet.studio/wiki",
"dependencies": {
"@octokit/core": "^3.1.2",
"axios": "^0.20.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"device": "^0.3.11",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"multer": "^1.4.2",
"socket.io": "^4.4.0",
"standard": "^14.3.3",
"stats-not-tracks": "git+https://github.com/nbriz/StatsNotTracks.git",
"triplesec": "^4.0.3"
}
}