34 lines
729 B
JSON
34 lines
729 B
JSON
{
|
|
"name": "vue-route",
|
|
"version": "1.5.1",
|
|
"description": "Routing directive for Vue.js, inspired by ng-view.",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/prova ./test/**/*.js -b -l phantom -q",
|
|
"test-browser": "./node_modules/.bin/prova ./test/**/*.js -b -l chrome"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ayamflow/vue-route"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"route",
|
|
"router",
|
|
"page",
|
|
"transition"
|
|
],
|
|
"author": "= <=>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ayamflow/vue-route/issues"
|
|
},
|
|
"devDependencies": {
|
|
"prova": "^2.1.2",
|
|
"vue": "^0.12.9"
|
|
},
|
|
"dependencies": {
|
|
"page": "^1.5.0"
|
|
}
|
|
}
|