add handling of gestures (we only have 2g, 6g ... no 3g), add mac/idea ignored files

This commit is contained in:
Matthias L. Jugel
2016-10-18 15:44:49 +02:00
parent 47f46553e0
commit f10ac93268
5 changed files with 59 additions and 1 deletions

View File

@ -0,0 +1,11 @@
{
"name": "calliope",
"description": "Test of Calliope Parts",
"files": [
"calliope.ts"
],
"public": true,
"dependencies": {
"core": "file:../core"
}
}