jiuyiUniapp/jiuyi/node_modules/js-pinyin/package.json

33 lines
708 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"type": "commonjs",
"name": "js-pinyin",
"version": "0.2.7",
"description": "汉字转换拼音需要es6语法(let、class等)支持,不依赖其他组件",
"private": false,
"scripts": {
"start": "node ./index",
"test": "node ./index",
"build": "babel pinyin.js -d dist"
},
"keywords": [
"pinyin",
"拼音",
"首字母",
"汉语拼音",
"汉字",
"es6"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
},
"repository": {
"type": "git",
"url": "git://github.com/waterchestnut/pinyin.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"license": "MIT License"
}