-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 602 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 602 Bytes
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
{
"name": "telldus-api",
"version": "1.0.4",
"description": "Node API for Telldus Live and Telldus Local devices",
"main": "index.js",
"scripts": {
"test": "exit 0"
},
"author": "Mikael Finstad <finstaden@gmail.com>",
"repository": "mifi/telldus-api",
"license": "MIT",
"engines": {
"node": ">=8.3"
},
"files": [
"index.js"
],
"dependencies": {
"debug": "^3.1.0",
"node-fetch": "^2.6.0",
"oauth-1.0a": "^2.2.2"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0"
}
}