forked from yuche/vue-strap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.28 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
57
58
59
60
61
{
"name": "vue-strap",
"version": "0.1.1",
"description": "Bootstrap components built with Vue.js ",
"main": "src/main.js",
"repository": {
"type": "git",
"url": "yuche/vue-strap"
},
"homepage": "http://yuche.github.io/vue-strap/",
"directories": {
"src": "src/"
},
"dependencies": {
"vue": "^0.12.10"
},
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"src",
"dist"
],
"keywords": [
"vue",
"vue-bootstrap",
"vue-component",
"bootstrap"
],
"devDependencies": {
"babel-core": "^5.5.8",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.1.4",
"bootstrap": "^3.3.5",
"babel-runtime": "^5.8.20",
"browser-sync": "^2.9.1",
"browser-sync-webpack-plugin": "^1.0.0",
"css-loader": "^0.15.4",
"eslint": "^1.5.1",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-html": "^1.0.4",
"html-loader": "^0.3.0",
"style-loader": "^0.12.3",
"template-html-loader": "0.0.3",
"vue-loader": "^3.0.3",
"webpack": "^1.9.11"
},
"browserify": {
"transform": [
[
"vueify"
]
]
},
"scripts": {
"dev": "webpack --watch",
"build": "webpack --config webpack.build.js && webpack --config webpack.build.min.js"
},
"author": "yuche",
"license": "MIT"
}