-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1018 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "IFTTTNode",
"version": "1.0.0",
"description": "IFTTT Server & Client",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clpalmer/ifttt.git"
},
"keywords": [
"IFTTT",
"nodejs",
"express",
"mongodb"
],
"author": "Clancy Palmer",
"license": "MIT",
"bugs": {
"url": "https://github.com/clpalmer/ifttt/issues"
},
"homepage": "https://github.com/clpalmer/ifttt#readme",
"dependencies": {
"bcrypt": "^2.0.1",
"body-parser": "^1.18.2",
"detect-rpi": "^1.2.0",
"ejs": "^2.5.9",
"express": "^4.16.3",
"express-flash-messages": "^0.1.1",
"express-layout": "^0.1.0",
"express-oauth-server": "^2.0.0",
"express-session": "^1.15.6",
"mongoose": "^5.0.15",
"morgan": "^1.9.0",
"morgan-body": "^2.4.0",
"rpio": "^0.9.21",
"ws": "^5.1.1"
},
"devDependencies": {
"node-fetch": "^2.1.2"
}
}