elliptical-phone
Version:
elliptical phrase for matching a phone number
54 lines (53 loc) • 1.26 kB
JSON
{
"name": "elliptical-phone",
"version": "1.1.0",
"description": "elliptical phrase for matching a phone number",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/brandonhorst/elliptical-phone.git"
},
"keywords": [
"elliptical",
"phone",
"phonenumber",
"phone number",
"number"
],
"author": "@brandonhorst",
"license": "MIT",
"bugs": {
"url": "https://github.com/brandonhorst/elliptical-phone/issues"
},
"homepage": "https://github.com/brandonhorst/elliptical-phone",
"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",
"lodash": "^4.13.1",
"mocha": "^2.5.3",
"rimraf": "^2.5.3"
},
"dependencies": {
"elliptical": "^1.0.0"
},
"babel": {
"presets": [
"es2015"
],
"plugins": [
"transform-react-jsx"
]
}
}