UNPKG

alloyfinger

Version:

super tiny size multi-touch gestures library for the web.

46 lines (45 loc) 1.41 kB
{ "name": "alloyfinger", "version": "0.1.16", "description": "super tiny size multi-touch gestures library for the web. ", "main": "alloy_finger.js", "directories": { "example": "example" }, "scripts": { "prepare": "npm run build", "build": "if [ -d dist ]; then rm -r dist; fi; npm run build:react", "build:react": "babel react --out-dir dist/react --source-map", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "babel-cli": "^6.24.0", "babel-core": "^6.24.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-class-properties": "^6.23.0", "babel-plugin-transform-decorators": "^6.24.1", "babel-plugin-transform-function-bind": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.3.2", "babel-preset-react": "^6.24.1", "babel-runtime": "^6.23.0", "fast-async": "^6.2.2", "husky": "^0.13.3" }, "repository": { "type": "git", "url": "git+https://github.com/AlloyTeam/AlloyFinger.git" }, "keywords": [ "gesture", "touch", "multitouch" ], "author": "dntzhang", "license": "MIT", "bugs": { "url": "https://github.com/AlloyTeam/AlloyFinger/issues" }, "homepage": "https://github.com/AlloyTeam/AlloyFinger#readme" }