framework7-vue
Version:
Build full featured iOS & Android apps using Framework7 & Vue
69 lines (68 loc) • 1.74 kB
JSON
{
"name": "framework7-vue",
"version": "0.7.8",
"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/vue/",
"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.2",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-vue2": "^0.6.1",
"rollup-stream": "^1.16.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vue": "^2.1.10",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.1.10",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}