UNPKG

1.22 kBJSONView Raw
1{
2 "name": "abacus-urienv",
3 "description": "Resolves URIs using the application environment",
4 "license": "Apache-2.0",
5 "version": "1.1.1",
6 "private": false,
7 "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/urienv",
8 "bugs": {
9 "url": "https://github.com/cloudfoundry-incubator/cf-abacus/issues"
10 },
11 "repository": {
12 "type": "git",
13 "url": "http://github.com/cloudfoundry-incubator/cf-abacus.git"
14 },
15 "keywords": [
16 "cf",
17 "abacus"
18 ],
19 "files": [
20 ".npmrc",
21 "src/"
22 ],
23 "main": "src/index.js",
24 "scripts": {
25 "test": "abacus-eslint && nyc abacus-mocha",
26 "generate-coverage": "nyc report --reporter=lcovonly",
27 "lint": "abacus-eslint",
28 "pub": "publish"
29 },
30 "dependencies": {
31 "abacus-debug": "^1.1.1",
32 "abacus-vcapenv": "^1.1.1",
33 "underscore": "^1.8.3"
34 },
35 "devDependencies": {
36 "abacus-eslint": "^1.1.1",
37 "abacus-mocha": "^1.1.1",
38 "nyc": "^11.4.1",
39 "abacus-publish": "^1.1.1"
40 },
41 "nyc": {
42 "cache": true,
43 "reporter": [
44 "text",
45 "html"
46 ],
47 "exclude": [
48 "src/test/**"
49 ]
50 },
51 "engines": {
52 "node": ">=8.9.4 <9.0.0",
53 "npm": "<5.0.0",
54 "yarn": ">=1.2.1"
55 }
56}
\No newline at end of file