-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
42 lines (42 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "vue-2-crumbs",
"version": "0.5.4",
"description": "Breadcrumbs plugin for Vue.js 2 framework that allows to select parent route in route meta object with no need of sub-routing",
"author": {
"name": "Alexeev Kyrylo",
"email": "suruat90@gmail.com"
},
"main": "index.js",
"keywords": [
"breadcrumbs",
"vue",
"vuejs",
"vue2",
"plugin",
"route",
"router",
"vue-router"
],
"license": "MIT",
"homepage": "https://github.com/Suruat/vue-2-crumbs#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Suruat/vue-2-crumbs.git"
},
"bugs": "https://github.com/Suruat/vue-2-crumbs/issues",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"webpack": "^3.11.0"
},
"scripts": {
"build": "webpack",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"lodash.isequal": "^4.5.0"
}
}