-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
45
46
47
48
49
{
"name": "dialogflow-fulfillment-iot-tplink",
"private": true,
"version": "0.0.0",
"description": "Iot Webhook example",
"keywords": [
"dialogflow",
"api.ai",
"tplink"
],
"dependencies": {
"@sailshq/connect-redis": "^3.2.1",
"@sailshq/lodash": "^3.10.3",
"@sailshq/socket.io-redis": "^5.2.0",
"@tuyapi/cli": "^1.2.0",
"actions-on-google": "^2.3.0",
"ajv": "^6.5.3",
"async": "2.0.1",
"dialogflow-fulfillment": "^0.3.0-beta.3",
"grunt": "1.0.1",
"lodash": "^4.17.10",
"ngrok": "^3.0.1",
"sails": "^1.0.2",
"sails-hook-grunt": "^3.0.2",
"sails-hook-orm": "^2.0.0-16",
"sails-hook-sockets": "^1.4.0",
"tplink-cloud-api": "^0.3.5",
"tuyapi": "github:codetheweb/tuyapi"
},
"devDependencies": {
"@sailshq/eslint": "^4.19.3"
},
"scripts": {
"start": "NODE_ENV=production node app.js",
"test": "npm run lint && npm run custom-tests && echo 'Done.'",
"lint": "eslint . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'",
"custom-tests": "echo \"(No other custom tests yet.)\" && echo"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/albertopiras/dialogflow-fulfillment-iot-tplink.git"
},
"author": "Alberto Piras [email protected]",
"license": "",
"engines": {
"node": ">=8.11"
}
}