elliptical-number
Version:
Elliptical phrases for numbers (Integer, Decimal, DigitString, Ordinal)
59 lines (58 loc) • 1.37 kB
JSON
{
"author": {
"name": "@brandonhorst"
},
"bugs": {
"url": "https://github.com/brandonhorst/elliptical-number/issues"
},
"dependencies": {
"elliptical": "^1.0.0",
"lodash": "^4.13.1"
},
"description": "Elliptical phrases for numbers (Integer, Decimal, DigitString, Ordinal)",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"mocha": "^2.5.3",
"rimraf": "^2.5.3"
},
"homepage": "https://github.com/brandonhorst/elliptical-number",
"keywords": [
"float",
"decimal",
"ordinal",
"digit string",
"digits",
"code",
"zip code",
"integer",
"elliptical",
"number"
],
"license": "MIT",
"main": "lib/index.js",
"name": "elliptical-number",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/brandonhorst/elliptical-number.git"
},
"scripts": {
"test": "mocha --compilers jsx:babel-register --watch-extensions jsx",
"build": "mkdir -p build; babel src --out-dir lib",
"clean": "rimraf lib",
"prepublish": "npm run clean && npm run build"
},
"version": "1.2.0",
"babel": {
"presets": [
"es2015"
],
"plugins": [
"transform-react-jsx"
]
}
}