forked from hjespers/teslams
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 899 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
{
"name": "teslams",
"version": "0.6.2",
"description": "Utilities for the Tesla Model S ",
"dependencies": {
"request": "~2.14.0",
"optimist": "~0.3.5",
"open": "~0.0.3",
"multimeter-hj": "~0.1.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hjespers/teslams.git"
},
"main": "./teslams.js",
"directories": {
"lib": ".",
"example": "examples"
},
"bin" : {
"teslacmd" : "./examples/teslacmd.js",
"teslamap" : "./examples/teslamap.js",
"streaming" : "./examples/streaming.js",
"chargebar" : "./examples/chargebar.js",
"climatemon" : "./examples/climatemon.js"
},
"keywords" : [
"tesla"
],
"author" : {
"name" : "Hans Jespersen",
"email" : "[email protected]"
},
"license" : "BSD"
}