-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.24 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.24 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
{
"name": "api",
"version": "0.0.0",
"private": true,
"scripts": {
"devstart": "(node ./bin/www) & (cd client && npm run start)",
"heroku-postbuild": "cd client && npm install --only=dev && npm install && npm run build",
"start": "node ./bin/www"
},
"proxy": "http://localhost:9000",
"dependencies": {
"acorn": "^7.1.0",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.1.0",
"email-validator": "^2.0.4",
"express": "^4.16.4",
"helmet": "^3.21.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"mailchimp": "^1.2.1",
"mailchimp-api-v3": "^1.13.1",
"mandrill-api": "^1.0.45",
"morgan": "~1.9.1",
"request": "^2.88.0",
"stripe": "^7.10.0"
},
"devDependencies": {},
"description": "1. Clone the repository. 2. Open your terminal 3. `cd` to the repository location 4. Run command: `npm run devstart`",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Calcumon/ProjectSite.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Calcumon/ProjectSite/issues"
},
"homepage": "https://github.com/Calcumon/ProjectSite#readme"
}