lix-website/themes/lix/assets/bootstrap/node_modules/ci-env/package.json
2024-04-26 22:49:34 -06:00

30 lines
596 B
JSON

{
"name": "ci-env",
"version": "1.17.0",
"description": "Environment variables exposed by CI tools",
"main": "index.js",
"scripts": {
"test": "ava"
},
"keywords": [
"ci",
"environment",
"variables",
"travis",
"circle"
],
"author": "siddharthkp",
"license": "MIT",
"devDependencies": {
"ava": "2.2.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/siddharthkp/ci-env.git"
},
"bugs": {
"url": "https://github.com/siddharthkp/ci-env/issues"
},
"homepage": "https://github.com/siddharthkp/ci-env#readme"
}