This commit is contained in:
34
node_modules/teeny-tap/package.json
generated
vendored
Normal file
34
node_modules/teeny-tap/package.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user