UNPKG

elliptical-translate

Version:
67 lines (66 loc) 1.6 kB
{ "name": "elliptical-translate", "version": "1.1.0", "description": "Multiple locale support for elliptical phrases", "main": "lib/index.js", "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/laconalabs/elliptical-translate.git" }, "keywords": [ "lingustic", "natural", "language", "parsing", "lacona", "locale", "translate", "internationalization", "localization", "i18n", "l10n", "interactive" ], "author": { "name": "Brandon Horst", "email": "brandonhorst@gmail.com", "url": "http://github.com/brandonhorst" }, "license": "MIT", "bugs": { "url": "https://github.com/laconalabs/elliptical-translate/issues" }, "homepage": "https://github.com/laconalabs/elliptical-translate", "devDependencies": { "babel-cli": "^6.14.0", "babel-plugin-transform-react-jsx": "^6.8.0", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "^6.14.0", "babel-register": "^6.14.0", "chai": "^3.5.0", "elliptical": "^1.2.0", "mocha": "^3.0.2", "rimraf": "^2.5.4", "sinon": "^1.17.5", "sinon-chai": "^2.8.0", "standard": "^8.0.0" }, "dependencies": { "locale": "^0.1.0", "lodash": "^4.15.0" }, "babel": { "presets": [ "es2015" ], "plugins": [ "transform-react-jsx" ] } }