-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.14 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
{
"name": "place",
"version": "1.0.0",
"description": "A open-source clone of Reddit's April Fools joke",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "node_modules/eslint/bin/eslint.js ."
},
"author": "Dynastic Development",
"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": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1"
},
"dependencies": {
"bcrypt": "^1.0.2",
"bignumber.js": "^7.2.1",
"body-parser": "^1.17.1",
"browserify": "^14.1.0",
"btoa": "^1.2.1",
"cachet-api": "^1.0.6",
"cookie-session": "^2.0.0-beta.1",
"csurf": "^1.9.0",
"del": "^2.2.2",
"express": "^4.15.2",
"express-brute-mongoose": "0.0.8",
"express-recaptcha": "^2.1.0",
"fs-extra-promise": "^1.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-replace-task": "^0.11.0",
"gulp-uglify": "^2.1.2",
"helmet": "^3.8.1",
"json-bigint": "^0.3.0",
"jwt-simple": "^0.5.1",
"liquidity-invoice-generation": "2.0.0",
"marked": "^0.3.6",
"md5": "^2.2.1",
"mongoose": "^4.9.2",
"mongoose-datatables": "github:applebetas/mongoose-datatables",
"morgan": "^1.8.1",
"pajk-lwip": "0.2.0",
"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",
"speakeasy": "^2.0.0",
"sqlite3": "^4.0.1",
"stream-file-archive": "^1.1.3",
"uuid": "^3.3.2",
"uws": "^9.14.0",
"web3-utils": "^1.0.0-beta.34",
"web3": "1.0.0-beta.36",
"nocust-client": "^2.0.3"
}
}