1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "name": "distpicker",
- "description": "A simple jQuery plugin for picking provinces, cities and districts of China.",
- "version": "2.0.5",
- "main": "dist/distpicker.common.js",
- "module": "dist/distpicker.esm.js",
- "unpkg": "dist/distpicker.js",
- "repository": "fengyuanchen/distpicker",
- "homepage": "https://fengyuanchen.github.io/distpicker",
- "license": "MIT",
- "author": {
- "name": "Chen Fengyuan",
- "url": "https://chenfengyuan.com"
- },
- "files": [
- "src",
- "dist"
- ],
- "keywords": [
- "中国",
- "省份",
- "城市",
- "行政区",
- "省市区",
- "三级联动",
- "地址选择器",
- "China",
- "Chinese",
- "province",
- "provinces",
- "city",
- "cities",
- "district",
- "districts",
- "pick",
- "picker",
- "picking",
- "jquery",
- "plugin",
- "jquery-plugin",
- "html",
- "css",
- "javascript",
- "front-end",
- "web",
- "development"
- ],
- "scripts": {
- "build": "rollup -c",
- "clear": "del-cli dist",
- "compress": "uglifyjs dist/distpicker.js -o dist/distpicker.min.js -c -m --comments /^!/",
- "lint": "eslint src *.js --fix",
- "release": "npm run clear && npm run lint && npm run build && npm run compress",
- "start": "rollup -c -m -w"
- },
- "devDependencies": {
- "@babel/core": "^7.1.6",
- "@babel/preset-env": "^7.1.6",
- "@commitlint/cli": "^7.2.1",
- "@commitlint/config-conventional": "^7.1.2",
- "change-case": "^3.0.2",
- "create-banner": "^1.0.0",
- "del-cli": "^1.1.0",
- "eslint": "^5.9.0",
- "eslint-config-airbnb-base": "^13.1.0",
- "eslint-plugin-import": "^2.14.0",
- "husky": "^1.2.0",
- "jquery": "^3.3.1",
- "lint-staged": "^8.1.0",
- "rollup": "^0.67.3",
- "rollup-plugin-babel": "^4.0.3",
- "rollup-plugin-commonjs": "^9.2.0",
- "rollup-plugin-node-resolve": "^3.4.0",
- "rollup-watch": "^4.3.1",
- "uglify-js": "^3.4.9"
- },
- "peerDependencies": {
- "jquery": ">= 1.9.1"
- }
- }
|