-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
58 lines (58 loc) · 1.43 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
{
"name": "3scape",
"version": "0.1.0",
"engines": {
"node": "16.5"
},
"main": "server.js",
"dependencies": {
"async": "^3.2.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"bson": "^4.4.1",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.4.1",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.7",
"express": "^4.17.1",
"express-session": "^1.17.2",
"handlebars": "^4.7.7",
"json": "^11.0.0",
"lodash": "^4.17.21",
"method-override": "^3.0.0",
"moment": "^2.29.2",
"mongodb": "^4.1.0",
"mongoose": "^5.13.5",
"morgan": "^1.10.0",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"q": "^1.5.1",
"sendgrid": "^5.2.3",
"snyk": "^1.49.5",
"stripe": "^8.167.0"
},
"scripts": {
"start": "node server.js",
"pretest": "npm install",
"preupdate-webdriver": "npm install",
"postinstall": "node bower install",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"description": "3Scape is a way to unlock your imagination by making and sharing interactive, 3D contraptions over the web.",
"devDependencies": {
"grunt": "^1.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/kmcurry/3Scape.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kmcurry/3Scape/issues"
},
"homepage": "http://go.3Scape.me",
"snyk": true
}