forked from mateodelnorte/meta-git
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.48 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.48 KB
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": "meta-git",
"version": "0.0.33",
"description": "git plugin for meta",
"main": "index.js",
"bin": {
"meta-git": "./bin/meta-git",
"meta-git-add": "./bin/meta-git-add",
"meta-git-branch": "./bin/meta-git-branch",
"meta-git-checkout": "./bin/meta-git-checkout",
"meta-git-clean": "./bin/meta-git-clean",
"meta-git-clone": "./bin/meta-git-clone",
"meta-git-commit": "./bin/meta-git-commit",
"meta-git-diff": "./bin/meta-git-diff",
"meta-git-fetch": "./bin/meta-git-fetch",
"meta-git-merge": "./bin/meta-git-merge",
"meta-git-pull": "./bin/meta-git-pull",
"meta-git-push": "./bin/meta-git-push",
"meta-git-remote": "./bin/meta-git-remote",
"meta-git-status": "./bin/meta-git-status",
"meta-git-tag": "./bin/meta-git-tag",
"meta-git-update": "./bin/meta-git-update"
},
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mateodelnorte/meta-git.git"
},
"keywords": [
"git",
"meta",
"repo",
"repository",
"metarepository",
"metarepo"
],
"author": "hi@iammattwalters.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/mateodelnorte/meta/issues"
},
"homepage": "https://github.com/mateodelnorte/meta-git#readme",
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"debug": "^2.3.3",
"get-meta-file": "^0.0.5",
"loop": "^3.0.6",
"meta-exec": "^0.0.8",
"meta-loop": "^0.0.5"
}
}