interact-js
Version:
A small interaction event unifiying library
34 lines (33 loc) • 832 B
JSON
{
"author": "Kory Nunn <knunn187@gmail.com>",
"contributors": [
"Kory Nunn <knunn187@gmail.com>"
],
"name": "interact-js",
"description": "A small interaction event unifiying library",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/korynunn/interact.git"
},
"main": "interact.js",
"keywords": [
"events",
"touch",
"drag-n-drop"
],
"license": "MIT",
"devDependencies": {
"crel": "^1.1.2",
"watchify": "^3.11.0"
},
"bugs": {
"url": "https://github.com/korynunn/interact/issues"
},
"homepage": "https://github.com/korynunn/interact#readme",
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "watchify -d test.js -o test.browser.js"
}
}