-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
54 lines (54 loc) · 1.28 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
48
49
50
51
52
53
54
{
"name": "drone",
"version": "1.7.5",
"description": "The missing library manager for Android Developers",
"author": {
"name": "Cesar Ferreira",
"email": "[email protected]",
"url": "http://cesarferreira.com"
},
"scripts": {
"start": "node cli.js",
"lint": "eslint src/**/*",
"test": "node test.js"
},
"bin": {
"drone": "cli.js"
},
"main": "index.js",
"keywords": [],
"dependencies": {
"analytics-node": "^3.0.0",
"chalk": "^2.0.1",
"filehound": "^1.16.2",
"find-in-files": "^0.4.0",
"fs-extra": "^4.0.1",
"github-project-inspector": "^0.1.1",
"homedir": "^0.6.0",
"inquirer": "^3.2.1",
"json-colorz": "^0.2.7",
"jsonfile": "^4.0.0",
"match-bracket": "^1.0.0",
"meow": "^3.7.0",
"mz": "^2.6.0",
"node-read-url": "^1.0.0",
"opn": "^5.1.0",
"shelljs": "^0.7.8",
"string-search": "^1.2.0",
"update-notifier": "^2.2.0",
"xml2js": "^0.4.18"
},
"devDependencies": {
"eslint": "^4.3.0",
"xo": "^0.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/cesarferreira/drone.git"
},
"bugs": {
"url": "https://github.com/cesarferreira/drone/issues"
},
"homepage": "https://github.com/cesarferreira/drone#readme",
"license": "MIT"
}