catbee-i18n-handlebars
Version:
catbee i18n service handlebars helpers
43 lines (42 loc) • 1.13 kB
JSON
{
"name": "catbee-i18n-handlebars",
"description": "catbee i18n service handlebars helpers",
"author": "Eugeny Dementev",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/catbee/catbee-i18n-handlebars.git"
},
"main": "./dist/index.js",
"scripts": {
"prepublish": "npm run build",
"build": "babel src -d dist",
"test": "lab -T node_modules/babel-lab test -l",
"codecov": "lab -T node_modules/babel-lab test -l -r lcov | codecov",
"test-cov-html": "lab -T node_modules/babel-lab test -l -r html -o codecov.html"
},
"dependencies": {
"i18n-base-methods": "^0.0.1",
"lodash.get": "^4.2.1",
"replace-variables": "^0.0.1"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-lab": "^2.0.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0",
"catberry-locator": "^2.1.0",
"codecov.io": "^0.1.6",
"lab": "^10.4.0"
},
"keywords": [
"catbee",
"i18n",
"service",
"handlebars",
"helpers"
],
"license": "MIT"
}