2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-20 05:50:34 +03:00

start preparing examples & tests

This commit is contained in:
Declan de Wet
2016-10-31 20:51:34 +02:00
parent 5d497180d4
commit f8b6ded280
12 changed files with 3533 additions and 34 deletions
+26 -2
View File
@@ -5,14 +5,33 @@
"author": "Declan de Wet <declandewet@me.com>",
"bugs": "https://github.com/declandewet/vue-meta/issues",
"devDependencies": {
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"css-loader": "^0.25.0",
"doctoc": "^1.2.0",
"express": "^4.14.0",
"express-urlrewrite": "^1.2.0",
"file-loader": "^0.9.0",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-webpack": "^1.8.0",
"mocha": "^3.1.2",
"phantomjs": "^2.1.7+deprecated",
"rimraf": "^2.5.4",
"rollup": "^0.36.3",
"rollup-plugin-buble": "^0.14.0",
"rollup-plugin-commonjs": "^5.0.5",
"rollup-plugin-node-resolve": "^2.0.0",
"snazzy": "^5.0.0",
"standard": "^8.5.0"
"standard": "^8.5.0",
"vue": "^2.0.3",
"vue-loader": "^9.7.0",
"webpack": "beta",
"webpack-dev-server": "beta"
},
"homepage": "https://github.com/declandewet/vue-meta",
"keywords": [
@@ -36,8 +55,10 @@
"type": "git"
},
"scripts": {
"dev": "node examples/server.js",
"build": "rollup -c",
"lint": "standard --verbose | snazzy",
"test": "karma start karma.conf.js",
"prebuild": "rimraf lib",
"pretest": "npm run lint",
"toc": "doctoc README.md --title '# Table of Contents'"
@@ -45,7 +66,10 @@
"standard": {
"globals": [
"Vue",
"define"
"define",
"describe",
"it",
"expect"
]
},
"dependencies": {