argon-formatter
Version:
A universal Javascript utility for formatting currency
52 lines • 1.33 kB
JSON
{
"name": "argon-formatter",
"version": "0.1.1",
"description": "A universal Javascript utility for formatting currency",
"main": "dist/js/argon-formatter.js",
"module": "dist/esm/argon-formatter.esm.js",
"files": [
"dist/js/",
"dist/esm/"
],
"scripts": {
"build": "rollup -c",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scssyworks/argon-formatter.git"
},
"keywords": [
"format",
"currency",
"money",
"formatter",
"universal-formatter",
"argon-formatter",
"currency-formatter"
],
"author": "Sachin Singh <contactsachinsingh@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/scssyworks/argon-formatter/issues"
},
"homepage": "https://github.com/scssyworks/argon-formatter#readme",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@rollup/plugin-json": "^4.0.0",
"chai": "^4.2.0",
"mocha": "^6.2.2",
"rollup": "^1.27.13",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.3"
},
"dependencies": {
"accounting": "^0.4.1",
"core-js": "^3.5.0",
"locale-currency": "0.0.2"
}
}