forked from leftstick/modou-terminal-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "modou-terminal-controller",
"version": "1.3.1",
"description": "A terminal UI provides common use of modou-wifi",
"main": "index.js",
"scripts": {
"test": "mocha --reporter nyan"
},
"bin": {
"modou": "./bin/modou-cli.js"
},
"files": [
"bin"
],
"repository": {
"type": "git",
"url": "https://github.com/leftstick/modou-terminal-controller.git"
},
"keywords": [
"terminal-controller",
"modouwifi"
],
"author": {
"name": "Howard.Zuo",
"email": "[email protected]",
"url": "https://github.com/leftstick"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/leftstick/modou-terminal-controller/issues"
},
"homepage": "https://github.com/leftstick/modou-terminal-controller",
"dependencies": {
"char-spinner": "git://github.com/leftstick/char-spinner.git#580e611fc718ad84c5cb1f4a54945c54ce1465ef",
"cli-table": "git://github.com/leftstick/cli-table.git#af71420983326163eced29f1c1dc0a167cb78326",
"lodash": "^2.4.1",
"mocha": "^1.21.4",
"request": "^2.40.0",
"terminal-task-runner": "^1.3.4",
"tough-cookie": "^0.12.1",
"update-notifier": "^0.2.0"
},
"engineStrict": true,
"engines": {
"node": ">= 0.10"
}
}