-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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": "infusionsoft-auth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist/ && babel ./ --out-dir dist/ --ignore ./node_modules,./.babelrc,./package.json,./npm-debug.log --copy-files",
"start": "npm run build && node dist/index.js"
},
"author": "Simon Guillen",
"license": "ISC",
"dependencies": {
"async": "^2.6.1",
"body-parser": "^1.18.3",
"console-stamp": "^0.2.6",
"cron": "^1.3.0",
"debug": "^3.1.0",
"express": "^4.16.3",
"file-state-monitor": "^1.0.0",
"forever": "^0.15.3",
"helmet": "^3.13.0",
"http": "0.0.0",
"infusionsoft-node-sdk": "0.0.1",
"isobject": "^3.0.1",
"moment": "^2.22.2",
"morgan": "^1.9.0",
"nodemailer": "^4.6.7",
"nodemon": "^1.18.3",
"passport": "^0.4.0",
"passport-infusionsoft": "0.0.3",
"pm2": "^3.0.3",
"request": "^2.87.0",
"sqlite": "^2.9.2",
"update-json": "^1.0.0",
"update-json-file": "^1.1.1",
"winston": "^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"rimraf": "^2.6.2"
}
}