amdi18n-loader
Version:
webpack i18n loader similar to require.js i18n plugin
34 lines (33 loc) • 810 B
JSON
{
"name": "amdi18n-loader",
"version": "0.9.4",
"description": "webpack i18n loader similar to require.js i18n plugin",
"main": "index.js",
"scripts": {
"test": "cd tests && webpack && mocha ../tests/main.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/futuweb/webpack-amdi18n-loader.git"
},
"keywords": [
"webpack",
"loader",
"i18n"
],
"author": "TooBug <i@toobug.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/futuweb/webpack-amdi18n-loader/issues"
},
"homepage": "https://github.com/futuweb/webpack-amdi18n-loader#readme",
"dependencies": {
"coffee-loader": "^0.7.2",
"coffee-script": "^1.12.2"
},
"devDependencies": {
"eslint": "^5.10.0",
"mocha": "^6.1.4",
"should": "^11.1.2"
}
}