{
  "name": "swipe-event",
  "version": "0.4.2",
  "description": "Simple swipe event on dom",
  "main": "swipe-event.js",
  "scripts": {
    "test": "open index.html",
    "lint": "souffle --semi"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kt3k/swipe-event.git"
  },
  "keywords": [
    "swipe",
    "jqueryplugin",
    "dom"
  ],
  "author": "Yoshiya Hinosawa <stibium121@gmail.com> (https://twitter.com/kt3k)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kt3k/SwipeEvent/issues"
  },
  "homepage": "https://github.com/kt3k/SwipeEvent#readme",
  "devDependencies": {
    "souffle-cli": "^2.0.2"
  },
  "souffle": {
    "globals": [
      "CustomEvent"
    ],
    "ignore": [
      "jquery.js"
    ]
  }
}
