-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 849 Bytes
/
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
{
"name": "language-tw-loader",
"version": "1.0.1",
"description": "\"this is webpack language-TW loader\"",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"webpack",
"language",
"language-tw-loader",
"zh-TW",
"loader",
"Simplified",
"traditional"
],
"readme":"使用手册https://github.com/maoxiaoquan/language-tw-loader/blob/master/README.md",
"readmeFilename":"README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/maoxiaoquan/language-tw-loader.git"
},
"author": "maoxiaoquan",
"license": "ISC",
"bugs": {
"url": "https://github.com/maoxiaoquan/language-tw-loader/issues"
},
"homepage": "https://github.com/maoxiaoquan/language-tw-loader#readme"
}