Skip to content

Commit e284b6b

Browse files
nrdspyyx990803
authored andcommitted
Create bower.json
This patch creates a bower.json file so that vuex may be easily installed with Bower install using a short name.
1 parent 2d4a1fd commit e284b6b

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

bower.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"name": "vuex",
3+
"description": "state management for Vue.js",
4+
"main": [
5+
"lib/index.js"
6+
],
7+
"dependencies": {
8+
},
9+
"devDependencies": {
10+
"babel-core": "^6.2.1",
11+
"babel-loader": "^6.2.0",
12+
"babel-plugin-add-module-exports": "^0.1.1",
13+
"babel-plugin-transform-runtime": "^6.1.18",
14+
"babel-polyfill": "^6.2.0",
15+
"babel-preset-es2015": "^6.1.18",
16+
"babel-preset-stage-2": "^6.1.18",
17+
"babel-runtime": "^5.8.0",
18+
"chai": "^3.4.1",
19+
"css-loader": "^0.21.0",
20+
"eslint": "^1.10.2",
21+
"mocha": "^2.3.4",
22+
"style-loader": "^0.13.0",
23+
"todomvc-app-css": "^2.0.3",
24+
"vue": "^1.0.8",
25+
"vue-hot-reload-api": "^1.2.1",
26+
"vue-html-loader": "^1.0.0",
27+
"vue-loader": "^7.2.0",
28+
"webpack": "^1.12.8",
29+
"webpack-dev-server": "^1.12.1"
30+
},
31+
"repository": {
32+
"type": "git",
33+
"url": "git+https://github.com/vuejs/vuex.git"
34+
},
35+
"authors": [
36+
"Evan You"
37+
],
38+
"license": "MIT",
39+
"ignore": [
40+
"example",
41+
"**/*.txt",
42+
"README",
43+
"package.json",
44+
".gitignore",
45+
"bower.json"
46+
]
47+
}

0 commit comments

Comments
 (0)