forked from rhyek/vue-bootstrap-toggle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 976 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
37
38
39
40
{
"name": "vue-bootstrap-toggle",
"version": "1.1.4",
"description": "A VueJS wrapper for Bootstrap Toggle.",
"main": "dist/index.js",
"scripts": {
"build": "webpack -p",
"dev": "webpack -w",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhyek/vue-bootstrap-toggle.git"
},
"keywords": [
"vuejs",
"vue",
"bootstrap",
"toggle"
],
"author": "https://github.com/rhyek",
"license": "ISC",
"bugs": {
"url": "https://github.com/rhyek/vue-bootstrap-toggle/issues"
},
"homepage": "https://github.com/rhyek/vue-bootstrap-toggle#readme",
"dependencies": {
"bootstrap-toggle": "^2.2.2",
"merge": "^1.2.0"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.2.10",
"babel-preset-env": "^1.1.8",
"css-loader": "^0.26.1",
"vue-loader": "^11.0.0",
"vue-template-compiler": "^2.1.10",
"webpack": "^2.2.1"
}
}