-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 990 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 990 Bytes
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
{
"name": "touch-sampler",
"version": "0.0.4",
"description": "A lightweight manager for user interaction with an animated HTML element",
"main": "dist/touch-sampler.js",
"module": "dist/touch-sampler.js",
"files": [
"dist"
],
"directories": {},
"scripts": {
"lint": "eslint src",
"build": "rollup -c build/rollup.config.js",
"test": "npm run lint",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GlobeletJS/touch-sampler.git"
},
"keywords": [
"mouse",
"touch",
"animation",
"javascript"
],
"author": "Jeshurun Hembd",
"license": "MIT",
"bugs": {
"url": "https://github.com/GlobeletJS/touch-sampler/issues"
},
"homepage": "https://github.com/GlobeletJS/touch-sampler#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.1.1",
"eslint": "^8.4.1",
"eslint-config-globeletjs": "^0.0.6",
"rollup": "^2.61.1"
}
}