All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
35 lines
899 B
JSON
35 lines
899 B
JSON
{
|
|
"name": "teeny-tap",
|
|
"version": "0.2.0",
|
|
"description": "Listen for both clicks and click-like touches (not scrolls or drags)",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"demo-dev": "watchify demo/demo.js -o demo/demo-bundle.js -v & http-server demo",
|
|
"demo-bundle": "browserify demo/demo.js > demo/demo-bundle.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/davidtheclark/teeny-tap.git"
|
|
},
|
|
"keywords": [
|
|
"tap",
|
|
"click",
|
|
"mobile",
|
|
"touch",
|
|
"event",
|
|
"listener"
|
|
],
|
|
"author": "David Clark",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/davidtheclark/teeny-tap/issues"
|
|
},
|
|
"homepage": "https://github.com/davidtheclark/teeny-tap#readme",
|
|
"devDependencies": {
|
|
"browserify": "13.0.0",
|
|
"http-server": "0.8.5",
|
|
"watchify": "3.7.0"
|
|
}
|
|
}
|