-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
41
42
43
44
{
"name": "hubspot-workflow-auditor",
"version": "0.1.0",
"description": "Audit your HubSpot workflows to learn what they're doing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/index.js",
"react-dev": "webpack -d --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steven-miller/hubspot-workflow-auditor.git"
},
"keywords": [
"hubspot",
"workflow"
],
"author": "Steve Miller",
"license": "MIT",
"bugs": {
"url": "https://github.com/steven-miller/hubspot-workflow-auditor/issues"
},
"homepage": "https://github.com/steven-miller/hubspot-workflow-auditor#readme",
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"base32": "0.0.6",
"bottleneck": "^2.19.1",
"express": "^4.17.1",
"express-mongo-db": "^2.0.4",
"mongodb": "^3.2.7",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"request": "^2.88.0"
},
"devDependencies": {
"babel-loader": "^8.0.6",
"dotenv": "^8.0.0",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5"
}
}