-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
41 lines (41 loc) · 904 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
34
35
36
37
38
39
40
41
{
"name": "huaming",
"version": "3.0.3",
"description": "Make you easy to name a alibaba hua-name.",
"main": "hua.js",
"bin": {
"hua": "bin/hua"
},
"dependencies": {
"chinese-random-name": "^0.1.2",
"colorful": "^2.1.0",
"commander": "^2.9.0",
"debug": "^2.2.0",
"is-chinese": "^1.2.3",
"lodash.compact": "^3.0.1",
"lodash.random": "^3.1.4",
"lodash.sample": "^4.1.1"
},
"devDependencies": {
"browserify": "^13.0.0",
"uglifyjs": "^2.4.10"
},
"scripts": {
"test": "node test/tangshi.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Boogeedoo/hua.git"
},
"keywords": [
"huaming",
"naming",
"alibaba"
],
"author": "XadillaX <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/XadillaX/hua/issues"
},
"homepage": "https://github.com/XadillaX/hua#readme"
}