updated 添加UMD打包方式
This commit is contained in:
82
package.json
82
package.json
@@ -1,43 +1,43 @@
|
||||
{
|
||||
"name": "relationship.js",
|
||||
"officialName": "relationship.js",
|
||||
"version": "1.1.0",
|
||||
"summary": "relationship.js is a javascript library for chinese family relationship. 中国家庭亲戚称谓计算器,家庭关系、亲戚关系算法。",
|
||||
"description": "relationship.js is a javascript library for chinese family relationship.",
|
||||
"author": "mumuy (http://passer-by.com/)",
|
||||
"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": {
|
||||
"glob-parent": ">=5.1.2",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-cht": "^2.0.20",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"set-value": ">=4.0.1",
|
||||
"tape": "^5.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/index.js",
|
||||
"build": "gulp mini && npm run test"
|
||||
},
|
||||
"homepage": "https://github.com/mumuy/relationship#readme",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
}
|
||||
"name": "relationship",
|
||||
"officialName": "relationship.js",
|
||||
"version": "1.1.0",
|
||||
"summary": "relationship.js is a javascript library for chinese family relationship. 中国家庭亲戚称谓计算器,家庭关系、亲戚关系算法。",
|
||||
"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": {
|
||||
"glob-parent": ">=5.1.2",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-cht": "^2.0.20",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"set-value": ">=4.0.1",
|
||||
"tape": "^5.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/index.js",
|
||||
"build": "webpack && gulp mini && npm run test"
|
||||
},
|
||||
"homepage": "https://passer-by.com/relationship/",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user