{
  "name": "swipeviewjs-example",
  "version": "0.0.1",
  "description": "A library for smooth touch-based content sliders",
  "scripts": {
    "start": "http-server .",
    "build": "browserify index.js -t babelify -o build/app.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/geekskool/swipeviewjs.git"
  },
  "dependencies": {
    "frpjs": "^0.2.0"
  },
  "devDependencies": {
    "browserify": "^13.0.0",
    "babelify": "^7.2.0",
    "babel-preset-es2015": "^6.5.0",
    "http-server": "~0.8.5"
  },
  "author": "Geekskool - SwipeView Team",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/geekskool/swipeviewjs/issues"
  },
  "homepage": "https://github.com/geekskool/swipeviewjs"
}