amdi18n-loader
Version:
webpack i18n loader similar to require.js i18n plugin
32 lines (31 loc) • 826 B
JSON
{
"name": "amdi18n-loader",
"version": "0.7.0",
"description": "webpack i18n loader similar to require.js i18n plugin",
"main": "index.js",
"scripts": {
"test": "cd tests && ../node_modules/.bin/webpack && ../node_modules/.bin/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",
"mocha": "^3.2.0",
"should": "^11.1.2",
"webpack": "^1.14.0"
}
}