taro-icons
Version:
基于 Taro 的小程序图标库
38 lines (37 loc) • 841 B
JSON
{
"name": "taro-icons",
"version": "0.4.0",
"description": "基于 Taro 的小程序图标库",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:data": "node ./scripts/build-font-data.js",
"build:content": "node ./scripts/build-css-content.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jeepeng/taro-icons.git"
},
"keywords": [
"taro",
"taro-ui",
"weapp",
"weixin",
"wechat",
"mini-program",
"小程序",
"图标",
"icon",
"icons"
],
"author": "Jeepeng",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jeepeng/taro-icons/issues"
},
"homepage": "https://github.com/Jeepeng/taro-icons#readme",
"dependencies": {
"prop-types": "^15.7.2",
"react": "^16.13.0"
}
}