{
  "name": "framework7-vue",
  "version": "0.6.2",
  "description": "Build full featured iOS & Android apps using Framework7 & Vue",
  "main": "dist/framework7-vue.min.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/nolimits4web/Framework7-Vue.git"
  },
  "keywords": [
    "vue",
    "vuejs",
    "mobile",
    "framework",
    "framework7",
    "ios",
    "iphone",
    "ipad",
    "apple",
    "phonegap",
    "touch",
    "app",
    "f7",
    "material",
    "android"
  ],
  "author": "Vladimir Kharlampidi",
  "contributors": [
    "Paul Hendry <paul@pshendry.com>"
  ],
  "license": "MIT",
  "scripts": {
    "dev": "cross-env NODE_ENV=development webpack-dev-server --content-base kitchen-sink/ --open --inline --hot",
    "build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
    "dist": "gulp dist"
  },
  "bugs": {
    "url": "https://github.com/nolimits4web/Framework7-Vue/issues"
  },
  "homepage": "http://www.framework7.io/",
  "engines": {
    "node": ">= 0.10.0"
  },
  "devDependencies": {
    "babel-core": "^6.21.0",
    "babel-loader": "^6.2.10",
    "babel-preset-es2015": "^6.18.0",
    "cross-env": "^3.1.3",
    "css-loader": "^0.26.1",
    "file-loader": "^0.9.0",
    "gulp": "^3.9.1",
    "gulp-header": "^1.8.8",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^2.2.1",
    "gulp-uglify": "^2.0.0",
    "rollup": "^0.37.0",
    "rollup-plugin-buble": "^0.15.0",
    "rollup-plugin-vue2": "^0.6.1",
    "rollup-stream": "^1.14.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "vue": "^2.1.6",
    "vue-loader": "^10.0.2",
    "vue-template-compiler": "^2.1.6",
    "webpack": "^1.14.0",
    "webpack-dev-server": "^1.16.2"
  }
}
