UNPKG

tb-i18n-loader

Version:
52 lines (51 loc) 1.26 kB
{ "name": "tb-i18n-loader", "version": "11.2.4", "description": "Webpack loader for teambition i18n", "main": "index.js", "scripts": { "test": "standard && mocha test", "cht": "gulp download && gulp cache && gulp chs-to-cht && gulp post-cht", "publish-it": "node ./tools/publish.js", "download": "gulp download" }, "bin": { "tb-i18n": "./bin/index.js" }, "repository": { "type": "git", "url": "git@github.com:teambition/tb-i18n-loader.git" }, "keywords": [ "i18n", "i18n-loader" ], "author": "suyu34", "bugs": { "url": "https://github.com/teambition/tb-i18n-loader/issues" }, "homepage": "https://github.com/teambition/tb-i18n-loader#readme", "devDependencies": { "config": "^1.26.1", "gulp": "^3.9.1", "mocha": "^2.4.5", "shelljs": "^0.8.2", "should": "^8.2.2", "standard": "^6.0.7" }, "license": "MIT", "dependencies": { "gulp-sequence": "^1.0.0", "gulp-util": "^3.0.7", "inquirer": "^5.2.0", "isomorphic-fetch": "^2.2.1", "loader-utils": "^0.2.12", "lodash": "^4.8.2", "minimist": "^1.2.0", "natives": "1.1.6", "onesky-utils": "0.0.3", "through2": "^2.0.1", "tslib": "^1.7.0", "urllib": "^2.8.0" } }