Skip to content

Commit

Permalink
增加package.json 文件
Browse files Browse the repository at this point in the history
  • Loading branch information
sxei committed Apr 17, 2018
1 parent 1788b49 commit 46543e8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "ipinyinjs",
"version": "1.0.0",
"description": "一个实现汉字与拼音互转的小巧web工具库",
"main": "pinyinUtil.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sxei/pinyinjs.git"
},
"keywords": [
"pinyinjs",
"pinyin",
"拼音",
"js"
],
"author": "sxei",
"license": "ISC",
"bugs": {
"url": "https://github.com/sxei/pinyinjs/issues"
},
"homepage": "https://github.com/sxei/pinyinjs#readme"
}

0 comments on commit 46543e8

Please sign in to comment.