@jzetlen/pressure
Version:
Pressure is a lightweight JavaScript library for both Force Touch and 3D Touch through a single API.
48 lines (47 loc) • 1.15 kB
JSON
{
"name": "@jzetlen/pressure",
"version": "2.0.2",
"description": "Pressure is a lightweight JavaScript library for both Force Touch and 3D Touch through a single API.",
"main": "dist/pressure.min.js",
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.1.2",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-concat": "^2.6.0",
"gulp-iife": "^0.3.0",
"gulp-inject-string": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"gulp-umd": "^0.2.0"
},
"scripts": {
"dist": "gulp dist",
"watch": "gulp watch",
"prepublish": "npm run dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yamartino/pressure.git"
},
"keywords": [
"forcetouch",
"force-touch",
"3dtouch",
"3d-touch",
"pressure",
"pressurejs",
"iphone6s",
"iphone6splus",
"iphone7",
"iphone7plus",
"magic-trackpad",
"apple-pencil"
],
"author": "Stuart Yamartino",
"license": "MIT",
"bugs": {
"url": "https://github.com/yamartino/pressure/issues"
},
"homepage": "https://github.com/yamartino/pressure#readme"
}