setup-maven-cached/node_modules/ci-info/package.json

37 lines
798 B
JSON
Raw Normal View History

2020-02-03 18:46:22 +08:00
{
2022-10-10 17:17:09 +08:00
"name": "ci-info",
"version": "2.0.0",
2020-02-03 18:46:22 +08:00
"description": "Get details about the current Continuous Integration environment",
2022-10-10 17:17:09 +08:00
"main": "index.js",
"dependencies": {},
2020-02-03 18:46:22 +08:00
"devDependencies": {
"clear-require": "^1.0.1",
"standard": "^12.0.1",
"tape": "^4.9.1"
},
2022-10-10 17:17:09 +08:00
"scripts": {
"test": "standard && node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/watson/ci-info.git"
},
2020-02-03 18:46:22 +08:00
"keywords": [
"ci",
"continuous",
"integration",
"test",
"detect"
],
2022-10-10 17:17:09 +08:00
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
2020-02-03 18:46:22 +08:00
"license": "MIT",
2022-10-10 17:17:09 +08:00
"bugs": {
"url": "https://github.com/watson/ci-info/issues"
2020-02-03 18:46:22 +08:00
},
2022-10-10 17:17:09 +08:00
"homepage": "https://github.com/watson/ci-info",
"coordinates": [
55.778231,
12.593179
]
2020-02-03 18:46:22 +08:00
}