forked from HappyFunCorp/TeslaJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 766 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
29
30
31
32
33
34
35
{
"name": "teslajs",
"version": "1.0.42",
"description": "Full-featured Tesla REST API NodeJS package",
"dependencies": {
"body-parser": "^1.15.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"morgan": "^1.7.0",
"request": "^2.14.0",
"serve-favicon": "^2.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mseminatore/TeslaJS.git"
},
"main": "TeslaJS.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Tesla",
"Model S",
"Model X",
"Model 3",
"REST"
],
"author": {
"name": "Mark Seminatore",
"url": "https://github.com/mseminatore/TeslaJS"
},
"license": "MIT"
}