-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
56 lines (56 loc) · 1.49 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
55
56
{
"name": "@updivision/vue-easy-polls",
"version": "1.0.5",
"description": "A Vue.js component for creating polls, voting and showing results. It’s easy to implement and easy to customize.",
"main": "dist/vue-easy-polls.js",
"scripts": {
"build": "rimraf ./dist && webpack --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/updivision/vue-easy-polls.git"
},
"keywords": [
"vue.js",
"vue-easy-polls",
"vue",
"votes",
"vote",
"poll",
"polls",
"opinion polling",
"vue voting component",
"vue polling component",
"opinion voting",
"creating polls vue component"
],
"author": "UPDIVISION",
"license": "MIT",
"bugs": {
"url": "https://github.com/updivision/vue-easy-polls/issues"
},
"homepage": "https://github.com/updivision/vue-easy-polls#readme",
"dependencies": {
"axios": "^0.18.0"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.11.0",
"babel-runtime": "^6.9.2",
"css-loader": "^0.28.11",
"node-sass": "^4.9.2",
"rimraf": "^2.6.1",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"vue": "^2.5.16",
"vue-html-loader": "^1.2.3",
"vue-loader": "^11.1.4",
"vue-style-loader": "^2.0.3",
"vue-template-compiler": "^2.2.1",
"webpack": "1.13.1",
"webpack-merge": "^4.1.0"
}
}