grid programme

This commit is contained in:
2020-07-16 17:24:02 +02:00
parent ee476d177c
commit 08b0754135
134 changed files with 15445 additions and 25 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "unipointer",
"main": "unipointer.js",
"dependencies": {
"ev-emitter": "^1.0.1"
},
"homepage": "https://github.com/metafizzy/unipointer",
"authors": [
"David DeSandro <desandrocodes@gmail.com>"
],
"description": "Do one thing with one pointer",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"pointer",
"touch",
"mouse"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"package.json"
]
}