forked from dynastic/place
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
93 lines (93 loc) · 2.55 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "place",
"version": "1.0.0",
"description": "A open-source clone of Reddit's April Fools joke",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "node_modules/eslint/bin/eslint.js ."
},
"homepage": "https://canvas.place/",
"repository": "github:dynastic/place",
"author": "Dynastic Development",
"contributors": [
{
"name": "AppleBetas",
"email": "applebetas@dynastic.co",
"url": "https://applebetas.co"
},
{
"name": "nullpixel",
"email": "jamie@dynastic.co",
"url": "https://nullpixel.uk"
},
{
"name": "Eric Rabil",
"email": "eric@dynastic.co",
"url": "https://ericrabil.com"
}
],
"license": "AGPLv3",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"eslint": "^4.18.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1"
},
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.17.1",
"browserify": "^14.1.0",
"cachet-api": "github:applebetas/cachet-api",
"cookie-session": "^2.0.0-beta.1",
"csurf": "^1.9.0",
"del": "^2.2.2",
"dynastic-provider": "dynastic/accounts-provider.git",
"express": "^4.17.3",
"express-brute-mongoose": "^1.1.0",
"express-recaptcha": "^2.1.0",
"fs-extra-promise": "^1.0.1",
"graceful-fs": "^4.2.10",
"gulp": "^4.0.2",
"gulp-babel": "^6.1.2",
"gulp-changed": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"helmet": "^3.8.1",
"jimp": "^0.5.4",
"jwt-simple": "^0.5.1",
"marked": "^0.3.6",
"md5": "^2.2.1",
"mongodb-core": "^3.2.7",
"mongoose": "^6.2.10",
"mongoose-datatables": "^3.2.0",
"mongoose-model-stream": "^3.1.0",
"morgan": "^1.8.1",
"mquery": "^4.0.2",
"passport": "^0.3.2",
"passport-discord": "^0.1.2",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-google-oauth20": "^1.0.0",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0",
"passport-microsoft": "^0.0.5",
"passport-reddit": "^0.2.4",
"passport-twitter": "^1.0.4",
"pug": "^2.0.0-rc.3",
"pump": "^1.0.2",
"qrcode": "^0.9.0",
"raven": "^2.1.0",
"socket.io": "^4.4.1",
"speakeasy": "^2.0.0",
"stream-file-archive": "^1.1.3",
"undertaker": "^1.3.0",
"uws": "^9.14.0",
"vinyl-fs": "^3.0.3"
}
}