forked from xudaolong/CodeVar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 779 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 779 Bytes
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
{
"name": "codevar",
"version": "1.3.0",
"description": "生成可用的代码变量 (CodeVar that return u a better variable from Chinese to English . ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "xudaolong",
"license": "ISC",
"devDependencies": {
"alfy": "^0.6.0"
},
"dependencies": {
"chinese-conv": "^1.0.1",
"lodash.difference": "^4.5.0",
"lodash.sample": "^4.2.1",
"lodash.union": "^4.6.0",
"lodash.without": "^4.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TsungLinYeh/CodeVar.git"
},
"bugs": {
"url": "https://github.com/TsungLinYeh/CodeVar/issues"
},
"homepage": "https://github.com/TsungLinYeh/CodeVar#readme"
}