-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 784 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
{
"name": "intuit-demos-webhooks",
"version": "0.0.1",
"description": "A sample NodeJs application to demonstrate Webhooks and capture the notifications into a (csv) format file. This demo includes OAuth2.0",
"scripts": {
"start": "node app",
"test": "./node_modules/mocha/bin/mocha test/**/*-test.js --reporter spec"
},
"author": "anil_kumar",
"license": "MIT",
"homepage": "https://github.com/anilkumarbp/SampleApp-WebhookNotifications-nodejs",
"dependencies": {
"body-parser": "latest",
"csrf": "^3.0.4",
"dotenv": "latest",
"express": "^4.14.0",
"express-handlebars": "latest",
"express-session": "^1.14.2",
"json2csv": "^3.11.5",
"node-quickbooks": "^2.0.21",
"query-string": "^5.0.1",
"request": "^2.78.0"
}
}