{ "name": "has-passive-events", "version": "1.0.0", "description": "Check if passive events are available on the current device", "main": "index.js", "scripts": { "test": "node test", "build": "browserify example.js | indexhtmlify > index.html" }, "repository": { "type": "git", "url": "git+https://github.com/dfcreative/has-passive-events.git" }, "keywords": [ "path", "url" ], "author": "Dmitry Yv ", "license": "MIT", "bugs": { "url": "https://github.com/dfcreative/has-passive-events/issues" }, "homepage": "https://github.com/dfcreative/has-passive-events#readme", "dependencies": { "is-browser": "^2.0.1" }, "devDependencies": { "browserify": "^15.2.0", "indexhtmlify": "^1.3.1" } }