-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
37
38
39
40
41
42
43
44
45
{
"name": "barbara",
"version": "1.0.0",
"description": "livecoding languages for quilters",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kitzeller/barbara.git"
},
"author": "kit zellerbach",
"license": "ISC",
"bugs": {
"url": "https://github.com/kitzeller/barbara/issues"
},
"homepage": "https://github.com/kitzeller/barbara#readme",
"dependencies": {
"@svgdotjs/svg.filter.js": "^3.0.8",
"@svgdotjs/svg.js": "^3.1.2",
"babel-eslint": "^10.1.0",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"codemirror-colorpicker": "^1.9.80",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"dotenv": "^8.6.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"helmet": "^3.23.3",
"mongoose": "^5.13.16",
"mongoose-deep-populate": "^3.2.0",
"morgan": "^1.10.0",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"response-time": "^2.3.2",
"serve-favicon": "^2.5.0",
"socket.io": "^4.7.2",
"timesync": "^1.0.11",
"twitter-api-v2": "^1.15.2",
"uuid": "^3.4.0"
}
}