-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 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
{
"name": "revampv1",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"angular-stripe": "^5.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"build": "^0.1.4",
"connect-flash": "^0.1.1",
"cookie-session": "^2.0.0-beta.3",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.16.1",
"express-session": "^1.15.6",
"massive": "^4.3.0",
"ng": "0.0.0-rc6",
"passport": "^0.4.0",
"passport-auth0": "^0.6.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"stripe": "^5.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/russellbwright/revamp.git"
},
"bugs": {
"url": "https://github.com/russellbwright/revamp/issues"
},
"homepage": "https://github.com/russellbwright/revamp#readme",
"description": "",
"devDependencies": {
"webpack": "^3.8.1"
}
}