41 lines
1009 B
JSON
41 lines
1009 B
JSON
{
|
|
"name": "relationship.js",
|
|
"version": "1.2.3",
|
|
"description": "Chinese kinship library",
|
|
"homepage": "https://passer-by.com/relationship/",
|
|
"author": "HaoLe Zheng",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"relationship",
|
|
"relationship.js",
|
|
"chinese",
|
|
"family",
|
|
"kinship",
|
|
"家庭亲戚称谓",
|
|
"亲戚关系算法"
|
|
],
|
|
"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": {
|
|
"@rollup/plugin-terser": "^0.4.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-cht": "^2.0.20",
|
|
"gulp-rename": "^2.0.0",
|
|
"rollup": "^3.18.0",
|
|
"tape": "^5.3.1"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/index.js",
|
|
"build": "gulp && npm run test"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
}
|
|
}
|