-
Notifications
You must be signed in to change notification settings - Fork 96
/
package.json
47 lines (47 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "pressure",
"version": "2.2.0",
"description": "Pressure is a lightweight JavaScript library for Force Touch, 3D Touch, and Pointer Pressure through a single API.",
"main": "dist/pressure.min.js",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-inject-string": "^1.1.2",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-umd": "^2.0.0"
},
"scripts": {
"dist": "gulp dist",
"watch": "gulp watch",
"prepublish": "npm run dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stuyam/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/stuyam/pressure/issues"
},
"homepage": "https://github.com/stuyam/pressure#readme"
}