forked from amlinger/homebridge-telldus-tdtool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 954 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
{
"name": "homebridge-telldus-tdtool",
"version": "1.0.2",
"description": "A Telldus TDtool Adapter for Homebridge",
"main": "./dist/index.js",
"scripts": {
"test": "node_modules/.bin/jasmine JASMINE_CONFIG_PATH=jasmine.json",
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
"prepublish": "npm run build"
},
"keywords": [
"telldus",
"tdtool",
"homebridge",
"homebridge-plugin"
],
"author": "Anton Amlinger <[email protected]>",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"proxyquire": "^1.7.4",
"jasmine": "^2.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/amlinger/homebridge-telldus-tdtool.git"
},
"dependencies": {
"limiter": "^1.1.0",
"node-persist": "0.0.11",
"telldus": "^1.1.0"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.5"
}
}