There was a problem fetching the pipeline stages.
changed version, license, scope
parent
ade79f92
Pipeline
#260
failed
with stages
in
1 minute and 30 seconds
{ | { | ||
"name": "dacap", | "name": "@ubleipzig/dacap", | ||
"scope": "@bdd_dev", | "scope": "@bdd_dev", | ||
"version": "1.1.0", | "version": "1.0.0", | ||
"description": "proxies,compresses and caches api-requests", | "description": "proxies,compresses and caches api-requests", | ||
"main": "bin/dacap", | "main": "bin/dacap", | ||
"bin": { | "bin": { | ||
"dacap": "./bin/dacap" | "dacap": "./bin/dacap" | ||
}, | }, | ||
"directories": { | "directories": { | ||
"doc": "docs", | |||
"lib": "lib", | |||
"test": "test" | "test": "test" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
... | @@ -24,7 +26,7 @@ | ... | @@ -24,7 +26,7 @@ |
"npm-check": "npm-check" | "npm-check": "npm-check" | ||
}, | }, | ||
"author": "Ulf Seltmann <ulf.seltmann@uni-leipzig.de>", | "author": "Ulf Seltmann <ulf.seltmann@uni-leipzig.de>", | ||
"license": "GPL-2.0", | "license": "GPL-3.0", | ||
"dependencies": { | "dependencies": { | ||
"@angular/common": "^4.3.6", | "@angular/common": "^4.3.6", | ||
"@angular/compiler": "^4.3.6", | "@angular/compiler": "^4.3.6", | ||
... | @@ -86,5 +88,14 @@ | ... | @@ -86,5 +88,14 @@ |
"webpack": "^3.11.0", | "webpack": "^3.11.0", | ||
"webpack-dev-middleware": "^1.12.0", | "webpack-dev-middleware": "^1.12.0", | ||
"webpack-merge": "^4.1.0" | "webpack-merge": "^4.1.0" | ||
} | }, | ||
"repository": { | |||
"type": "git", | |||
"url": "git@git.sc.uni-leipzig.de:ubl/bdd_dev/dacap.git" | |||
}, | |||
"keywords": [ | |||
"api", | |||
"cache", | |||
"proxy" | |||
] | |||
} | } |
Please register or sign in to comment