-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 892 Bytes
/
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
{
"name": "vue-offcanvas",
"version": "0.0.3",
"description": "A simple offcanvas sidebar for Vue.js",
"main": "index.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sunabozu/vue-offcanvas.git"
},
"keywords": [
"Vue",
"offcanvas",
"Vuikit",
"sidebar"
],
"author": "troorl <troorl@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sunabozu/vue-offcanvas/issues"
},
"homepage": "https://github.com/sunabozu/vue-offcanvas#readme",
"devDependencies": {
"babel-loader": "^6.2.5",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"css-loader": "^0.25.0",
"vue": "^2.0.0-rc.6",
"vue-loader": "^9.5.0",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
}
}