1er commit

WP theme
This commit is contained in:
2016-10-20 19:45:17 +02:00
commit 729a7572af
62 changed files with 13838 additions and 0 deletions

12
_/Swipe/component.json Executable file
View File

@@ -0,0 +1,12 @@
{
"name": "Swipe",
"version": "2.0.0",
"main": ["./swipe.js"],
"author": "Brad Birdsall",
"license": "MIT",
"ignore": [
"**/*.html",
"**/*.css",
"Gruntfile.js"
]
}