omi/packages/omi-tap/package.json

20 lines
351 B
JSON
Raw Normal View History

2018-10-25 15:35:39 +08:00
{
"name": "omi-tap",
2018-10-28 21:55:48 +08:00
"version": "2.0.2",
2018-10-25 15:35:39 +08:00
"description": "Support tap event in your Omi project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tap",
"omi",
"omi-tap"
],
"author": "dntzhang",
"license": "MIT",
"dependencies": {
"omi": "latest"
}
}