-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 752 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
{
"name": "lixian-cli",
"version": "0.1.3",
"description": "lixian xunlei cli on casperjs",
"main": "task.js",
"repository": {
"type": "git",
"url": "git://github.com/hyspace/lixian-cli.git"
},
"bin": {
"lixian-cli": "./bin/lixian-cli.js"
},
"keywords": [
"cli",
"xunlei",
"lixian",
"casperjs",
"phantomjs"
],
"author": "hyspace",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/hyspace/lixian-cli/issues"
},
"homepage": "https://github.com/hyspace/lixian-cli",
"dependencies": {
"casperjs": "~1.1.0-beta3",
"cli": "~0.4.5",
"request": "~2.33.0",
"request-progress": "~0.3.1",
"q": "~1.0.0"
},
"devDependencies": {
"coffee-script": "~1.7.1"
}
}