-
Notifications
You must be signed in to change notification settings - Fork 190
/
package.json
54 lines (54 loc) · 1.16 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
49
50
51
52
53
54
{
"name": "vue-circle-menu",
"version": "1.0.0",
"author": "OYsun <[email protected]>",
"license": "MIT",
"description": "A beautiful Circle menu with Vue.js",
"main": "dist/CircleMenu",
"files": [
"dist"
],
"scripts": {
"pack": "webpack -p"
},
"repository": {
"type": "git",
"url": "https://github.com/OYsun/VueCircleMenu"
},
"babel": {
"presets": [
"es2015"
]
},
"keywords": [
"menu",
"circle",
"vue",
"vuejs",
"components",
"ui"
],
"bugs": {
"url": "https://github.com/OYsun/VueCircleMenu/issues"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-cli": "^6.3.15",
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"css-loader": "^0.23.1",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"file-loader": "^0.8.5",
"style-loader": "^0.13.0",
"vue": "2.1.8",
"vue-hot-reload-api": "^1.2.2",
"vue-html-loader": "^1.0.0",
"vue-loader": "10.0.2",
"vue-template-compiler": "^2.1.8",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
}
}