fwk-pipes
Version:
Framework with common pipes
40 lines • 1.15 kB
JSON
{
"name": "fwk-pipes",
"version": "0.0.28",
"description": "Framework with common pipes",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"ngc": "ngc",
"build": "rm -rf dist && npm run ngc",
"pp": "npm run build && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"fwk"
],
"author": "P&P",
"license": "ISC",
"homepage": "http://www.telecom.com.ar",
"dependencies": {},
"devDependencies": {
"@angular/common": "5.2.10",
"@angular/compiler": "5.2.10",
"@angular/compiler-cli": "5.2.10",
"@angular/core": "5.2.10",
"@angular/forms": "5.2.10",
"@angular/http": "5.2.10",
"@angular/platform-browser": "5.2.10",
"@angular/platform-browser-dynamic": "5.2.10",
"@ionic-native/core": "^4.14.0",
"@ionic/app-scripts": "3.0.1",
"@types/node": "10.9.1",
"ionic-angular": "3.9.2",
"rxjs": "5.5.11",
"typescript": "2.5.0",
"zone.js": "0.8.26"
}
}