-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 KB
/
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
32
33
34
35
36
37
38
39
40
{
"name": "proxy-purchase",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"serviceStart": "node ../related-stocks/server/index.js & node ../service-purchase/server.js & node ../stock-value-chart/server/index.js & ../52-week-high/node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/The-Merry-Men/proxy-purchase.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/The-Merry-Men/proxy-purchase/issues"
},
"homepage": "https://github.com/The-Merry-Men/proxy-purchase#readme",
"dependencies": {
"bluebird": "^3.5.3",
"express": "^4.16.4",
"http-proxy": "^1.17.0",
"mysql": "^2.16.0",
"path": "^0.12.7",
"request": "^2.88.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"eslint": "^5.8.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"grunt": "^1.0.3",
"grunt-aws-s3": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"nodemon": "^1.18.6"
}
}