Manuel Friedli
62ba5a3357
All checks were successful
continuous-integration/drone the build was successful
71 lines
2 KiB
JSON
71 lines
2 KiB
JSON
{
|
|
"name": "convertorizr",
|
|
"version": "1.3.1-0",
|
|
"description": "Decode or encode base64, punycode, HTML entities, URI components, ...",
|
|
"keywords": [
|
|
"encode",
|
|
"decode",
|
|
"conversion",
|
|
"converter",
|
|
"convert"
|
|
],
|
|
"author": {
|
|
"name": "Manuel Friedli",
|
|
"email": "manuel@fritteli.ch"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://manuel.pages.gittr.ch/dencode.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gittr.ch/manuel/converter.git"
|
|
},
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build --delete-output-path",
|
|
"build-prod": "ng build --prod --optimization --aot --delete-output-path --build-optimizer",
|
|
"test": "ng test",
|
|
"test:ci": "ng test --browsers ChromeHeadlessNoSandbox --watch=false",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e",
|
|
"postinstall": "npm rebuild node-sass"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/common": "6.1.7",
|
|
"@angular/compiler": "6.1.7",
|
|
"@angular/core": "6.1.7",
|
|
"@angular/forms": "6.1.7",
|
|
"@angular/platform-browser": "6.1.7",
|
|
"@angular/platform-browser-dynamic": "6.1.7",
|
|
"@angular/router": "6.1.7",
|
|
"core-js": "^2.5.1",
|
|
"punycode": "^2.1.0",
|
|
"quoted-printable": "^1.0.0",
|
|
"rxjs": "^6.3.2",
|
|
"utf8": "^2.1.0",
|
|
"zone.js": "^0.8.26"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~0.7.0",
|
|
"@angular/cli": "6.1.5",
|
|
"@angular/compiler-cli": "6.1.7",
|
|
"@types/jasmine": "~2.8.6",
|
|
"@types/jasminewd2": "~2.0.3",
|
|
"@types/node": "~8.9.4",
|
|
"codelyzer": "~4.2.1",
|
|
"jasmine-core": "~2.99.1",
|
|
"jasmine-spec-reporter": "~4.2.1",
|
|
"karma": "~1.7.1",
|
|
"karma-chrome-launcher": "~2.2.0",
|
|
"karma-coverage-istanbul-reporter": "~2.0.0",
|
|
"karma-jasmine": "~1.1.1",
|
|
"karma-jasmine-html-reporter": "^0.2.2",
|
|
"karma-nightmare": "~0.4.15",
|
|
"protractor": "~5.4.0",
|
|
"puppeteer": "~1.7.0",
|
|
"ts-node": "~5.0.1",
|
|
"tslint": "~5.9.1",
|
|
"typescript": "2.9.2"
|
|
}
|
|
}
|