-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
87 lines (87 loc) · 2 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "gpm",
"version": "3.1.0",
"description": "npm + git = gpm - Install NPM packages and dependencies from git repositories.",
"main": "lib/index.js",
"bin": {
"gpm": "./bin/gpm"
},
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:IonicaBizau/gpm.git"
},
"keywords": [
"git",
"npm",
"modules"
],
"author": "Ionică Bizău <[email protected]> (https://ionicabizau.net)",
"contributors": [
"Nihey Takizawa <[email protected]> (http://nihey.com.br)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/gpm/issues"
},
"homepage": "https://github.com/IonicaBizau/gpm",
"dependencies": {
"abs": "^1.0.0",
"bug-killer": "^4.0.0",
"clp": "^3.0.0",
"deffy": "^2.0.0",
"exec-limiter": "^3.2.1",
"flat-colors": "^3.0.0",
"git-source": "^1.0.0",
"gry": "^4.0.0",
"is-semver": "^1.0.0",
"is-there": "^4.0.0",
"iterate-object": "^1.3.1",
"mkdirp": "^0.5.1",
"oargv": "^3.4.1",
"one-by-one": "^2.0.0",
"package-json": "^2.3.0",
"r-json": "^1.0.0",
"same-time": "^2.0.0",
"tmp": "0.0.28",
"ul": "^5.0.0"
},
"devDependencies": {},
"blah": {
"h_img": "http://i.imgur.com/lU98JRC.png",
"installation": [
{
"p": "For example, if you want to install [`git-stats`](https://github.com/IonicaBizau/git-stats) and its dependencies and subdependencies (recursively), do:"
},
{
"code": {
"language": "sh",
"content": "$ gpm -i git-stats"
}
},
{
"p": "This will create the `git-stats` repository in the current working directory."
}
]
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}