-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
42 lines (42 loc) · 1.09 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-survey-builder",
"version": "0.3.0",
"description": "A survey builder component for vue.js applications",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FissionHQ/vue-survey-builder.git"
},
"keywords": [
"vue",
"vue-survey-builder",
"survey-builder",
"survey",
"vue.js"
],
"author": "rajeshwar.patlolla@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/FissionHQ/vue-survey-builder/issues"
},
"homepage": "https://github.com/FissionHQ/vue-survey-builder#readme",
"dependencies": {
"vue-slider-component": "^2.6.2"
},
"devDependencies": {
"babel-loader": "^7.1.4",
"css-loader": "^0.28.11",
"eslint-friendly-formatter": "^4.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"vue-loader": "^15.0.4",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15"
}
}