UNPKG

ng-currency

Version:

Directive that works in conjunction with currency filter.

73 lines (72 loc) 1.93 kB
{ "name": "ng-currency", "version": "1.2.9", "main": "dist/ng-currency.min.js", "description": "Directive that works in conjunction with currency filter.", "homepage": "https://github.com/salte-io/ng-currency", "bugs": "https://github.com/salte-io/ng-currency/issues", "contributors": [ "Cecilia Woodward <ceci@salte.io>", "Luis Aguirre <luis@alaguirre.com>" ], "repository": { "type": "git", "url": "https://github.com/salte-io/ng-currency.git" }, "keywords": [ "currency", "directive", "filter" ], "scripts": { "start": "nps" }, "license": "MIT", "devDependencies": { "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "@jsdevtools/coverage-istanbul-loader": "^3.0.5", "@semantic-release/exec": "^5.0.0", "@semantic-release/git": "^9.0.0", "angular": "^1.6.0", "angular-mocks": "^1.6.0", "babel-loader": "^8.0.5", "chai": "^4.2.0", "coveralls": "^3.0.2", "deindent": "^0.1.0", "eslint": "^7.0.0", "eslint-plugin-mocha": "^9.0.0", "html-loader": "^2.1.2", "husky": "^6.0.0", "karma": "^6.0.1", "karma-browserstack-launcher": "^1.6.0", "karma-chrome-launcher": "^3.0.0", "karma-coverage": "^2.0.0", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "karma-polyfill": "^1.0.0", "karma-sauce-launcher": "^4.1.4", "karma-sinon": "^1.0.5", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^5.0.0", "mocha": "^9.0.0", "ng-select-all-on-focus": "^1.0.3", "nps": "^5.7.1", "remove-lockfiles": "^2.0.4", "semantic-release": "^17.0.0", "sinon": "9.2.4", "webpack": "^5.0.0", "webpack-cli": "^4.0.0", "webpack-dev-server": "^3.0.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "husky": { "hooks": { "pre-commit": "remove-lockfiles" } } }