UNPKG

802 BJSONView Raw
1{
2 "name": "ci-info",
3 "version": "3.2.0",
4 "description": "Get details about the current Continuous Integration environment",
5 "main": "index.js",
6 "typings": "index.d.ts",
7 "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
8 "license": "MIT",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/watson/ci-info.git"
12 },
13 "bugs": {
14 "url": "https://github.com/watson/ci-info/issues"
15 },
16 "homepage": "https://github.com/watson/ci-info",
17 "keywords": [
18 "ci",
19 "continuous",
20 "integration",
21 "test",
22 "detect"
23 ],
24 "coordinates": [
25 55.778231,
26 12.593179
27 ],
28 "scripts": {
29 "test": "standard && node test.js"
30 },
31 "devDependencies": {
32 "clear-module": "^4.1.1",
33 "standard": "^16.0.3",
34 "tape": "^5.2.2"
35 }
36}