UNPKG

vue-preload

Version:

Preloading data for Vue component

37 lines (36 loc) 1.22 kB
{ "name": "vue-preload", "version": "0.1.11", "description": "Preloading data for Vue component", "main": "./vue-preload.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "webpack-commonjs": "webpack --config tests/_webpack.commonjs.js -p", "webpack-commonjs-dev": "webpack --config tests/_webpack.commonjs.js --watch", "webpack-browser": "webpack --config tests/_webpack.config.js -p", "webpack-browser-dev": "webpack --config tests/_webpack.config.js --watch", "publish-demo": "surge -d vue-preload.surge.sh -p tests", "build": "npm run webpack-commonjs && npm run webpack-browser" }, "repository": { "type": "git", "url": "git+https://github.com/egoist/vue-preload.git" }, "author": "EGOIST", "license": "MIT", "bugs": { "url": "https://github.com/egoist/vue-preload/issues" }, "homepage": "https://github.com/egoist/vue-preload#readme", "devDependencies": { "babel-loader": "^6.2.0", "babel-preset-es2015": "^6.1.18", "css-loader": "^0.23.0", "cssnext": "^1.8.4", "postcss-loader": "^0.8.0", "postcss-nested": "^1.0.0", "style-loader": "^0.13.0", "superagent": "^1.4.0", "vue": "^1.0.8" } }