forked from nguyenj/vue-priority-plus-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 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
43
44
45
46
47
48
{
"name": "vue-priority-plus-navigation",
"version": "1.0.4",
"description": "Responsively show menu items as the horizonal space allows and hides the rest.",
"scripts": {
"prepublishOnly": "npm run build",
"build": "rm -rf dist/ && rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nguyenj/vue-priority-plus-navigation.git"
},
"main": "dist/priority-plus-navigation.js",
"files": [
"src",
"dist"
],
"keywords": [
"priority",
"plus",
"navigation",
"menu",
"hambuger",
"vue",
"renderless"
],
"author": {
"name": "John Nguyen",
"email": "[email protected]",
"url": "jnguyen.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nguyenj/vue-priority-plus-navigation/issues"
},
"homepage": "https://github.com/nguyenj/vue-priority-plus-navigation#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"rollup": "^1.25.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-vue": "^5.0.1",
"vue-template-compiler": "^2.6.10"
}
}