-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 825 Bytes
/
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
{
"name": "getgitmodule",
"version": "1.2.0",
"description": "Get single scripts or folder of scripts from github to reuse in your project.",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"getgitmodule": "./bin/getGitModule.js"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/csandven/Get-Git-Module.git"
},
"author": "Christian Sandven",
"license": "MIT",
"bugs": {
"url": "https://github.com/csandven/Get-Git-Module/issues"
},
"homepage": "https://github.com/csandven/Get-Git-Module#readme",
"dependencies": {
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"node-libcurl": "^2.0.1",
"promptly": "^3.0.3",
"request": "^2.88.0",
"rimraf": "^2.6.3"
}
}