forked from teslajs/tesla-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 812 Bytes
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 812 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
36
37
38
39
40
41
{
"name": "tesla-cli",
"description": "Command line interface for Tesla.js",
"version": "0.4.10",
"private": false,
"contributors": [
{
"name": "Jesse Weed (http://jesseweed.com)"
}
],
"repository": {
"type": "git",
"url": "https://github.com/teslajs/tesla-cli"
},
"bugs": {
"url": "https://github.com/teslajs/tesla-cli/issues"
},
"homepage": {
"url": "http://teslajs.com"
},
"bin": {
"tesla": "./bin/tesla"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/teslajs/tesla-cli/blob/master/LICENSE"
}
],
"engines": {
"node": ">=0.10.22",
"npm": ">=1.3.17"
},
"dependencies": {
"colors": "~0.6.2",
"commander": "1.3.2",
"mkdirp": ">=0.3.5",
"ncp": ">=0.4.2",
"wrench": "~1.5.4"
}
}