44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "ngx-moment",
|
|
"version": "5.0.0",
|
|
"description": "Moment.JS pipes for Angular (timeago and more)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/urish/ngx-moment.git"
|
|
},
|
|
"keywords": [
|
|
"angular",
|
|
"timeago",
|
|
"momentjs"
|
|
],
|
|
"author": "Uri Shaked",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/urish/ngx-moment/issues"
|
|
},
|
|
"homepage": "https://github.com/urish/ngx-moment#readme",
|
|
"peerDependencies": {
|
|
"@angular/common": ">=7.0.0",
|
|
"@angular/core": ">=7.0.0",
|
|
"moment": "^2.19.3"
|
|
},
|
|
"lint-staged": {
|
|
"src/**/*.ts": [
|
|
"tslint --project tsconfig.lint.json -c tslint.json --fix",
|
|
"prettier --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "bundles/ngx-moment.umd.js",
|
|
"module": "fesm2015/ngx-moment.js",
|
|
"es2015": "fesm2015/ngx-moment.js",
|
|
"esm2015": "esm2015/ngx-moment.js",
|
|
"fesm2015": "fesm2015/ngx-moment.js",
|
|
"typings": "ngx-moment.d.ts",
|
|
"metadata": "ngx-moment.metadata.json",
|
|
"sideEffects": false,
|
|
"dependencies": {
|
|
"tslib": "^2.0.0"
|
|
}
|
|
}
|