br-date-helper
Version:
A Simple Helper For BR Date format
42 lines (41 loc) • 992 B
JSON
{
"name": "br-date-helper",
"version": "1.1.0",
"description": "A Simple Helper For BR Date format",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"ngc": "ngc",
"build": "del dist && npm run ngc",
"publishPackage": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matheus-carvalho/br-date-helper.git"
},
"keywords": [
"Date",
"BR",
"DateFormat"
],
"author": "Matheus Carvalho",
"license": "MIT",
"homepage": "",
"devDependencies": {
"@angular/common": "5.0.3",
"@angular/compiler": "5.0.3",
"@angular/compiler-cli": "5.0.3",
"@angular/core": "5.0.3",
"@angular/forms": "^5.2.7",
"@angular/platform-browser": "5.0.3",
"@angular/platform-browser-dynamic": "5.0.3",
"@types/node": "^9.4.6",
"ionic-angular": "3.9.2",
"rxjs": "5.5.2",
"typescript": "2.4.2",
"zone.js": "0.8.18"
}
}