.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / x-is-string / package.json
1 {
2   "name": "x-is-string",
3   "version": "0.1.0",
4   "description": "Simple string test",
5   "keywords": [],
6   "author": "Matt-Esch <matt@mattesch.info>",
7   "repository": "git://github.com/Matt-Esch/x-is-string.git",
8   "main": "index",
9   "homepage": "https://github.com/Matt-Esch/x-is-string",
10   "contributors": [
11     {
12       "name": "Matt-Esch"
13     }
14   ],
15   "bugs": {
16     "url": "https://github.com/Matt-Esch/x-is-string/issues",
17     "email": "matt@mattesch.info"
18   },
19   "dependencies": {},
20   "devDependencies": {
21     "tape": "^2.12.2"
22   },
23   "licenses": [
24     {
25       "type": "MIT",
26       "url": "http://github.com/Matt-Esch/x-is-string/raw/master/LICENSE"
27     }
28   ],
29   "scripts": {
30     "test": "node ./test/index.js",
31     "start": "node ./index.js",
32     "watch": "nodemon -w ./index.js index.js",
33     "travis-test": "istanbul cover ./test/index.js && ((cat coverage/lcov.info | coveralls) || exit 0)",
34     "cover": "istanbul cover --report none --print detail ./test/index.js",
35     "view-cover": "istanbul report html && google-chrome ./coverage/index.html",
36     "test-browser": "testem-browser ./test/browser/index.js",
37     "testem": "testem-both -b=./test/browser/index.js"
38   },
39   "testling": {
40     "files": "test/index.js",
41     "browsers": [
42       "ie/8..latest",
43       "firefox/16..latest",
44       "firefox/nightly",
45       "chrome/22..latest",
46       "chrome/canary",
47       "opera/12..latest",
48       "opera/next",
49       "safari/5.1..latest",
50       "ipad/6.0..latest",
51       "iphone/6.0..latest",
52       "android-browser/4.2..latest"
53     ]
54   }
55 }