-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 879 Bytes
/
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
{
"name": "project2",
"version": "1.0.0",
"description": "A web project that allows you to find partners and partners for entrepreneurs",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./myapp/bin/www",
"heroku-postbuild": "cd ./myapp/front/app-react && npm install && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsramos14/project-partner.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jsramos14/project-partner/issues"
},
"homepage": "https://github.com/jsramos14/project-partner#readme",
"dependencies": {
"eslint": "^5.6.0",
"express": "^4.16.3",
"mongodb": "^3.1.6",
"npm": "^6.4.1",
"prop-types": "^15.6.2",
"react-router": "^3.2.1"
},
"devDependencies": {},
"keywords": []
}