ldml-number
Version:
Formats numbers using the Unicode formatting standard, LDML.
34 lines (33 loc) • 878 B
JSON
{
"name": "ldml-number",
"version": "1.1.0",
"description": "Formats numbers using the Unicode formatting standard, LDML.",
"main": "index.js",
"scripts": {
"test": "tape test/*-test.js && eslint index.js src",
"build": "npm run test && webpack && WEBPACK_ENV=min webpack"
},
"keywords": [
"ldml",
"number",
"format",
"formatting",
"i18n",
"l10n"
],
"author": "Borgar Þorsteinsson <borgar@borgar.net> (http://borgar.net/)",
"license": "MIT",
"devDependencies": {
"tape": "~4.6.2",
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-node6": "^0.4.0",
"eslint": "^3.10.2",
"eslint-loader": "^1.6.1",
"eslint-plugin-promise": "^3.3.2",
"webpack": "^1.13.3"
}
}