angular2-moment
Version:
Moment.JS pipes for Angular2 (timeago and more)
132 lines (131 loc) • 3.67 kB
JSON
{
"name": "angular2-moment",
"version": "1.9.0",
"description": "Moment.JS pipes for Angular2 (timeago and more)",
"main": "index.js",
"typings": "./index.d.ts",
"files": [
"index.js",
"index.js.map",
"index.d.ts",
"index.metadata.json",
"moment.module.js",
"moment.module.js.map",
"moment.module.d.ts",
"moment.module.metadata.json",
"calendar.pipe.js",
"calendar.pipe.js.map",
"calendar.pipe.d.ts",
"calendar.pipe.metadata.json",
"date-format.pipe.js",
"date-format.pipe.js.map",
"date-format.pipe.d.ts",
"date-format.pipe.metadata.json",
"difference.pipe.js",
"difference.pipe.js.map",
"difference.pipe.d.ts",
"difference.pipe.metadata.json",
"duration.pipe.js",
"duration.pipe.js.map",
"duration.pipe.d.ts",
"duration.pipe.metadata.json",
"time-ago.pipe.js",
"time-ago.pipe.js.map",
"time-ago.pipe.d.ts",
"time-ago.pipe.metadata.json",
"from-unix.pipe.js",
"from-unix.pipe.js.map",
"from-unix.pipe.d.ts",
"from-unix.pipe.metadata.json",
"add.pipe.js",
"add.pipe.js.map",
"add.pipe.d.ts",
"add.pipe.metadata.json",
"subtract.pipe.js",
"subtract.pipe.js.map",
"subtract.pipe.d.ts",
"subtract.pipe.metadata.json",
"utc.pipe.js",
"utc.pipe.js.map",
"utc.pipe.d.ts",
"utc.pipe.metadata.json",
"from-utc.pipe.js",
"from-utc.pipe.js.map",
"from-utc.pipe.d.ts",
"from-utc.pipe.metadata.json",
"parse.pipe.js",
"parse.pipe.js.map",
"parse.pipe.d.ts",
"parse.pipe.metadata.json",
"local.pipe.js",
"local.pipe.js.map",
"local.pipe.d.ts",
"local.pipe.metadata.json",
"locale.pipe.js",
"locale.pipe.js.map",
"locale.pipe.d.ts",
"locale.pipe.metadata.json",
"CHANGELOG.md"
],
"scripts": {
"test": "tslint src/*.ts --exclude=src/*.d.ts && ngc && jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:debug": "node --inspect-brk --inspect ./node_modules/jest/bin/jest.js --runInBand",
"prepublish": "ngc && rimraf -- \"./compiled/node_modules\" && copyfiles -f src/*.js src/*.js.map src/*.d.ts src/*.metadata.json ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/urish/angular2-moment.git"
},
"keywords": [
"angular2",
"momentjs"
],
"author": "Uri Shaked",
"license": "MIT",
"bugs": {
"url": "https://github.com/urish/angular2-moment/issues"
},
"homepage": "https://github.com/urish/angular2-moment#readme",
"peerDependencies": {
"@angular/core": ">=2.0.0 <6.0.0"
},
"dependencies": {
"moment": "^2.19.3"
},
"devDependencies": {
"@angular/common": "2.4.10",
"@angular/compiler": "2.4.10",
"@angular/compiler-cli": "2.4.10",
"@angular/core": "2.4.10",
"@angular/platform-browser": "2.4.10",
"@angular/platform-server": "2.4.10",
"@types/jest": "^20.0.2",
"awesome-typescript-loader": "2.2.4",
"copyfiles": "1.0.0",
"es6-shim": "0.35.1",
"jest": "^20.0.4",
"reflect-metadata": "0.1.3",
"rxjs": "^5.0.1",
"tslint": "3.15.1",
"typescript": "^2.1.6",
"webpack": "1.13.2",
"zone.js": "^0.7.2",
"rimraf": "^2.6.2"
},
"jest": {
"roots": [
"src"
],
"transform": {
"^.+\\.ts$": "<rootDir>/jest-typescript.js"
},
"setupTestFrameworkScriptFile": "<rootDir>/jest-setup.js",
"moduleFileExtensions": [
"ts",
"js"
],
"testRegex": "\\.spec\\.ts$"
}
}