forked from vikingeducation/project_fideligard_spa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 784 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 784 Bytes
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
{
"name": "project_fideligard_spa",
"version": "1.0.0",
"description": "Buy low, sell high.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently -c red,blue \"cd client && npm start\" \"nodemon server.js\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/thebopshoobop/project_fideligard_spa.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thebopshoobop/project_fideligard_spa/issues"
},
"homepage": "https://github.com/thebopshoobop/project_fideligard_spa#readme",
"dependencies": {
"concurrently": "^3.5.0",
"dotenv": "^4.0.0",
"express": "^4.15.4",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.18.1"
}
}