.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-ci / package.json
1 {
2   "name": "is-ci",
3   "version": "1.2.1",
4   "description": "Detect if the current environment is a CI server",
5   "bin": "bin.js",
6   "main": "index.js",
7   "dependencies": {
8     "ci-info": "^1.5.0"
9   },
10   "devDependencies": {
11     "clear-require": "^1.0.1",
12     "standard": "^11.0.1"
13   },
14   "scripts": {
15     "test": "standard && node test.js"
16   },
17   "repository": {
18     "type": "git",
19     "url": "https://github.com/watson/is-ci.git"
20   },
21   "keywords": [
22     "ci",
23     "continuous",
24     "integration",
25     "test",
26     "detect"
27   ],
28   "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
29   "license": "MIT",
30   "bugs": {
31     "url": "https://github.com/watson/is-ci/issues"
32   },
33   "homepage": "https://github.com/watson/is-ci",
34   "coordinates": [
35     55.778255,
36     12.593033
37   ]
38 }