2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "hosted-git-info",
|
2017-08-14 05:01:11 +02:00
|
|
|
"version": "2.5.0",
|
2016-10-10 03:43:44 +02:00
|
|
|
"description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
|
2016-11-03 01:33:53 +01:00
|
|
|
"main": "index.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/npm/hosted-git-info.git"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"git",
|
|
|
|
"github",
|
|
|
|
"bitbucket",
|
|
|
|
"gitlab"
|
|
|
|
],
|
2016-11-03 01:33:53 +01:00
|
|
|
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
|
2016-10-10 03:43:44 +02:00
|
|
|
"license": "ISC",
|
2016-11-03 01:33:53 +01:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/npm/hosted-git-info/issues"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"homepage": "https://github.com/npm/hosted-git-info",
|
2016-10-10 03:43:44 +02:00
|
|
|
"scripts": {
|
2017-04-20 03:09:25 +02:00
|
|
|
"test": "standard && tap -J --coverage test/*.js"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"devDependencies": {
|
2017-04-20 03:09:25 +02:00
|
|
|
"standard": "^9.0.2",
|
|
|
|
"tap": "^10.3.0"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"git-host.js",
|
|
|
|
"git-host-info.js"
|
|
|
|
]
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|