translate-loader
Version:
translate-loader module for webpack
43 lines (42 loc) • 1.07 kB
JSON
{
"name": "translate-loader",
"version": "0.3.0",
"author": "Willian Balmant",
"description": "translate-loader module for webpack",
"entry": "index.js",
"engines": {
"node": ">=0.12.0 || >=4.0.0"
},
"scripts": {
"test": "webpack && mocha test/hello && mocha dist/webpack --locale=en && mocha dist/webpack --locale=en-UK && mocha dist/webpack --locale=en-US && mocha dist/webpack --locale=fr && mocha dist/webpack --locale=pt"
},
"repository": {
"type": "git",
"url": "git@github.com:willchb/translate-loader.git"
},
"keywords": [
"translate",
"loader",
"webpack",
"nls",
"i18n"
],
"files": [
"index.js"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/willchb/translate-loader/issues"
},
"homepage": "https://github.com/willchb/translate-loader#readme",
"devDependencies": {
"eslint": "^4.1.1",
"eslint-config-midion": "^1.0.0",
"json-loader": "^0.5.4",
"mocha": "^3.4.2",
"webpack": "^3.1.0"
},
"dependencies": {
"loader-utils": "^1.1.0"
}
}