-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 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
{
"name": "stancemasterclone",
"version": "1.0.0",
"description": "Group Project Cloning Stance E-commerce website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StanceProject/StanceMasterClone.git"
},
"author": "Jesse Boone, Zac McClung, Jason Stickel, Carlos Larios",
"license": "ISC",
"bugs": {
"url": "https://github.com/StanceProject/StanceMasterClone/issues"
},
"homepage": "https://github.com/StanceProject/StanceMasterClone#readme",
"dependencies": {
"angular-stripe": "^4.2.12",
"auth0-js": "^8.10.0",
"babel-preset-es2015": "^6.24.0",
"body-parser": "^1.17.1",
"connect-ensure-login": "^0.1.1",
"cors": "^2.8.3",
"del": "^2.2.2",
"express": "^4.15.2",
"express-jwt": "^5.3.0",
"express-jwt-authz": "^1.0.0",
"express-session": "^1.15.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cachebust": "0.0.6",
"gulp-concat": "^2.6.1",
"gulp-print": "^2.0.1",
"gulp-sass": "^2.3.2",
"gulp-scss": "^1.4.0",
"gulp-sourcemaps": "^2.5.1",
"gulp-uglify": "^2.1.2",
"jwks-rsa": "^1.1.1",
"massive": "^2.6.0",
"passport": "^0.3.2",
"passport-auth0": "^0.6.0",
"stripe": "^4.22.0",
"stripe.js": "0.0.1"
}
}