-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "tb-i18n-loader",
"version": "11.11.1",
"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": "[email protected]: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"
}
}