@ioniczoo/bird-format-pipe
Version:
Format Pipe for Ionic
42 lines (41 loc) • 939 B
JSON
{
"name": "@ioniczoo/bird-format-pipe",
"version": "0.0.7",
"description": "Format Pipe for Ionic",
"main": "index.ts",
"scripts": {
"build": "tsc --noStrictGenericChecks",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/IonicZoo/bird-format-pipe.git"
},
"keywords": [
"ionic",
"ionic2",
"pipe",
"typescript",
"angular",
"format",
"mask",
"app",
"ioniczoo"
],
"author": "André Argôlo",
"license": "SEE LICENSE IN GNU GPLv3",
"bugs": {
"url": "https://gitlab.com/IonicZoo/bird-format-pipe/issues"
},
"homepage": "https://ioniczoo.gitlab.io",
"devDependencies": {
"typescript": "^2.4.2"
},
"dependencies": {
"@angular/core": "^4.1.3",
"rxjs": "^5.4.0",
"zone.js": "^0.8.12"
}
}