-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 748 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 748 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
{
"name": "resolve-git-remote",
"version": "0.2.0",
"description": "Resolves the remote url of the local git repository in the current folder.",
"main": "resolve-git-remote.js",
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/resolve-git-remote.git"
},
"homepage": "https://github.com/thlorenz/resolve-git-remote",
"dependencies": {},
"devDependencies": {
"tap": "~0.4.3"
},
"keywords": [
"git",
"resolve",
"remote",
"url",
"repo",
"repository"
],
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "http://thlorenz.com"
},
"license": "MIT",
"engine": {
"node": ">=0.6"
}
}