File tree Expand file tree Collapse file tree 1 file changed +10
-39
lines changed Expand file tree Collapse file tree 1 file changed +10
-39
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vuex" ,
3+ "main" : " lib/index.js" ,
34 "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- ],
5+ "authors" : " Evan You" ,
386 "license" : " MIT" ,
397 "ignore" : [
40- " example" ,
41- " **/*.txt" ,
42- " README" ,
43- " package.json" ,
8+ " examples" ,
9+ " test" ,
10+ " docs" ,
4411 " .gitignore" ,
45- " bower.json"
12+ " .eslintrc" ,
13+ " .babelrc" ,
14+ " *.json" ,
15+ " *.md" ,
16+ " *.yml"
4617 ]
4718}
You can’t perform that action at this time.
0 commit comments