1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-15 06:14:53 +00:00
TiddlyWiki5/plugins/tiddlywiki/hammerjs/files/tiddlywiki.files
BurningTreeC 477cb0c47e Add HammerJS library Plugin (#3125)
* hammerjs library plugin - add readme.tid

* hammerjs library - add plugin.info

* hammerjs library plugin - add tiddlywiki.files

* hammerjs library plugin - add hammer.min.js v2.0.8 latest master

* hammerjs library plugin - add LICENSE

* change to latest hammer.js from hammerjs.github.io

as I've tested, the version from master (dated 2016-09-30) doesn't work like the latest version available from the website (https://hammerjs.github.io), dated 2016-04-23
2018-02-17 18:48:53 +00:00

21 lines
380 B
Plaintext

{
"tiddlers": [
{
"file": "hammer.min.v2.0.8.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/tiddlywiki/hammerjs/hammer.js",
"module-type": "library"
},
"prefix": "",
"suffix": ""
},{
"file": "LICENSE.markdown",
"fields": {
"type": "text/plain",
"title": "$:/plugins/tiddlywiki/hammerjs/license"
}
}
]
}