-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "infinicanvas",
"version": "1.0.0",
"description": "An infinite canvas",
"main": "app.js",
"scripts": {
"run": "node --harmony app.js --compile --https --port 5000 --size 64",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"acme-dns-01-cloudflare": "^1.2.2",
"babel-core": "^6.26.3",
"canvas": "^2.6.1",
"cloudflare": "^2.7.0",
"discord-oauth2": "^2.2.0",
"express": "^4.17.1",
"greenlock": "^4.0.4",
"markdown-it": "^11.0.0",
"mysql": "^2.18.1",
"socket.io": "^2.3.0",
"web-push": "^3.4.4"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/runtime": "^7.9.2",
"babel-cli": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"minify": "^5.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CaltropUwU/InfiniCanvas.git"
},
"bugs": {
"url": "https://github.com/CaltropUwU/InfiniCanvas/issues"
},
"homepage": "https://github.com/CaltropUwU/InfiniCanvas#readme"
}