-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 930 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 930 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
{
"name" : "automatic-api"
, "version" : "0.9.4"
, "description" : "A node.js module to interface with the Automatic cloud API"
, "author" : {
"name" : "Marshall Rose"
, "email" : "mrose17@gmail.com"
}
, "repository" : {
"type" : "git"
, "url" : "https://github.com/TheThingSystem/node-automatic-api.git"
}
, "bugs" : {
"url" : "https://github.com/TheThingSystem/node-automatic-api/issues"
}
, "dependencies" : {
"moira" : "1.0.3"
, "node-uuid" : "1.4.0"
, "oauth" : "~0.9.11"
, "portfinder" : "0.2.1"
, "speakeasy" : "git://github.com/TheThingSystem/speakeasy.git"
}
, "keywords" : [ "Automatic", "OBD", "on-board diagnostics", "automobile" ]
, "main" : "./automatic-api.js"
, "engines" : {
"node" : ">=0.8"
}
, "readmeFilename" : "README.md"
}