UNPKG

jdf-request

Version:

Package of John Doe & Fils

37 lines (36 loc) 937 B
{ "name": "jdf-request", "version": "0.0.2", "description": "Package of John Doe & Fils", "keywords": [], "author": "John Doe & Fils", "homepage": "https://johndoe-et-fils.com/", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "ngc": "ngc", "build": "rm -rf dist && npm run ngc", "publishPackage": "npm run build && npm publish" }, "devDependencies": { "@angular/common": "~9.1.6", "@angular/core": "~9.1.6", "@angular/compiler": "~9.1.6", "@angular/router": "~9.1.6", "@angular/compiler-cli": "~9.1.6", "@angular/forms": "~9.1.6", "@angular/platform-browser": "~9.1.6", "@angular/platform-browser-dynamic": "~9.1.6", "@types/node": "^12.11.1", "@ionic/angular": "^5.0.0", "rxjs": "~6.5.1", "typescript": "~3.8.3", "zone.js": "~0.10.2" }, "dependencies": { "@angular/http": "^7.2.16" } }