This repository was archived by the owner on Oct 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.5 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.5 KB
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
{
"name": "swanson-world",
"version": "0.1.0",
"description": "A virtual marketplace for creatives to sell and buy services with TurtleCoin.",
"main": "www/bin",
"scripts": {
"start": "node bin/www",
"test": "standard test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fexra/turtle-me.git"
},
"keywords": [
"turtlecoin",
"fundraising",
"crowdfunding"
],
"author": "fexra <fexra@protonmail.com>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/fexra/turtle-me/issues"
},
"homepage": "https://github.com/fexra/turtle-me#readme",
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^3.0.2",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"csv-express": "^1.2.2",
"debug": "^4.1.0",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-mysql-session": "^2.0.1",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"helmet": "^3.15.0",
"knex": "^0.16.2",
"marked": "^0.5.2",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"mysql": "^2.16.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"permission": "^1.1.0",
"pug": "^2.0.3",
"qrcode": "^1.3.2",
"serve-favicon": "^2.5.0",
"speakeasy": "^2.0.0",
"standard": "^12.0.1",
"ts-api-js": "git+ssh://git@github.com/trtl-services/ts-api-js.git",
"uuid": "^3.3.2"
}
}