-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
32 lines (32 loc) · 973 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
25
26
27
28
29
30
31
32
{
"name": "node-webhook-sample",
"version": "1.0.2",
"description": "Sample Smartsheet webhook application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Smartsheet Platform",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/smartsheet-samples/node-webhook-sample"
},
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"smartsheet": "^1.4.2"
},
"devDependencies": {
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^3.0.1",
"standard": "^11.0.0"
}
}