forked from mumuy/relationship
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1022 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
{
"name": "relationship.js",
"version": "1.2.3",
"description": "Chinese kinship library",
"author": "HaoLe Zheng",
"license": "MIT",
"keywords": [
"relationship",
"relationship.js",
"chinese",
"family",
"relationship",
"家庭亲戚称谓",
"亲戚关系算法"
],
"main": "dist/relationship.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mumuy/relationship.git"
},
"bugs": {
"url": "https://github.com/mumuy/relationship/issues"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-cht": "^2.0.20",
"gulp-rename": "^2.0.0",
"tape": "^5.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"scripts": {
"test": "node test/index.js",
"build": "webpack && gulp mini && npm run test"
},
"homepage": "https://passer-by.com/relationship/",
"directories": {
"test": "test"
}
}