UNPKG

zingfinger

Version:

super tiny size multi-touch gestures library for the web

37 lines (36 loc) 1.15 kB
{ "name": "zingfinger", "version": "0.1.1", "description": "super tiny size multi-touch gestures library for the web", "homepage": "https://github.com/ilgei/zingfinger", "main": "./build/zingfinger.min.js", "scripts": { "start": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"serve\"", "lint": "eslint ./src --config=eslintrc.json", "build": "rollup -c --pub" }, "authors": [ "ilgei <email@ahthw.com>" ], "license": "MIT", "devDependencies": { "babel-core": "^6.26.0", "babel-eslint": "^8.2.3", "babel-preset-es2015": "^6.24.1", "babel-preset-es2015-rollup": "^3.0.0", "babel-preset-stage-0": "^6.24.1", "concurrently": "^3.5.1", "eslint": "^4.19.1", "eslint-plugin-import": "^2.12.0", "eslint-plugin-promise": "^3.8.0", "eslint-plugin-standard": "^3.1.0", "rollup": "^0.54.0", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-license": "^0.5.0", "rollup-plugin-uglify": "^2.0.1", "rollup-watch": "^4.3.1", "serve": ">=7.1.3", "uglify-es": "^3.3.9", "uglifyjs-webpack-plugin": "^1.2.5" } }