|
1 | | -{ |
2 | | - "name": "vue-izitoast", |
3 | | - "version": "1.0.0", |
4 | | - "description": "Elegant, responsive, flexible and lightweight notification plugin implemented for Vue 2 of iziToast", |
5 | | - "main": "dist/vue-izitoast.js", |
6 | | - "files": [ |
7 | | - "dist/vue-izitoast.js", |
8 | | - "dist/vue-izitoast.min.js" |
9 | | - ], |
10 | | - "scripts": { |
11 | | - "build": "node build/build.js" |
12 | | - }, |
13 | | - "homepage": "https://github.comarthurvasconcelos/vue-izitoast#readme", |
14 | | - "repository": { |
15 | | - "type": "git", |
16 | | - "url": "git+https://github.comarthurvasconcelos/vue-izitoast.git" |
17 | | - }, |
18 | | - "bugs": { |
19 | | - "url": "https://github.comarthurvasconcelos/vue-izitoast/issues" |
20 | | - }, |
21 | | - "keywords": [ |
22 | | - "vue", |
23 | | - "izitoast", |
24 | | - "toaster", |
25 | | - "toast", |
26 | | - "message", |
27 | | - "notification", |
28 | | - "alert", |
29 | | - "info,", |
30 | | - "success", |
31 | | - "warning", |
32 | | - "confirm", |
33 | | - "question", |
34 | | - "js" |
35 | | - ], |
36 | | - "engines": { |
37 | | - "node": "^6.11.4 || ^8.7.0", |
38 | | - "npm": "^3.10.10 || ^5.4.2", |
39 | | - "yarn": "^1.0.0" |
40 | | - }, |
41 | | - "author": "Arthur Vasconcelos <vasconcelos.arthur@gmail.com> (http://arthurvasconcelos.com.br/)", |
42 | | - "license": "MIT", |
43 | | - "private": false, |
44 | | - "dependencies": { |
45 | | - "izitoast": "dolce/iziToast#76fe906" |
46 | | - }, |
47 | | - "peerDependencies": { |
48 | | - "izitoast": "dolce/iziToast#76fe906", |
49 | | - "vue": "^2.0.0" |
50 | | - }, |
51 | | - "devDependencies": { |
52 | | - "babel-core": "^6.26.0", |
53 | | - "babel-eslint": "^8.2.1", |
54 | | - "babel-loader": "^7.1.2", |
55 | | - "babel-plugin-transform-runtime": "^6.23.0", |
56 | | - "babel-preset-env": "^1.6.1", |
57 | | - "babel-preset-stage-3": "^6.24.1", |
58 | | - "chalk": "^2.3.0", |
59 | | - "compression-webpack-plugin": "^1.1.3", |
60 | | - "cross-env": "^5.1.3", |
61 | | - "cross-spawn": "^6.0.3", |
62 | | - "eslint": "^4.16.0", |
63 | | - "eslint-friendly-formatter": "^3.0.0", |
64 | | - "eslint-loader": "^1.9.0", |
65 | | - "eslint-plugin-import": "^2.8.0", |
66 | | - "friendly-errors-webpack-plugin": "^1.6.1", |
67 | | - "ora": "^1.3.0", |
68 | | - "rimraf": "^2.6.2", |
69 | | - "semver": "^5.5.0", |
70 | | - "shelljs": "^0.8.1", |
71 | | - "uglify-es": "^3.3.9", |
72 | | - "uglifyjs-webpack-plugin": "^1.1.6", |
73 | | - "webpack": "^3.10.0", |
74 | | - "webpack-bundle-analyzer": "^2.9.2", |
75 | | - "webpack-dev-middleware": "^2.0.4", |
76 | | - "webpack-merge": "^4.1.1" |
77 | | - } |
78 | | -} |
| 1 | +{ |
| 2 | + "name": "vue-izitoast", |
| 3 | + "version": "1.1.0", |
| 4 | + "description": "Elegant, responsive, flexible and lightweight notification plugin implemented for Vue 2 of iziToast", |
| 5 | + "main": "dist/vue-izitoast.js", |
| 6 | + "files": [ |
| 7 | + "dist/vue-izitoast.js", |
| 8 | + "dist/vue-izitoast.min.js" |
| 9 | + ], |
| 10 | + "scripts": { |
| 11 | + "build": "node build/build.js" |
| 12 | + }, |
| 13 | + "homepage": "https://github.com/arthurvasconcelos/vue-izitoast#readme", |
| 14 | + "repository": { |
| 15 | + "type": "git", |
| 16 | + "url": "git+https://github.com/arthurvasconcelos/vue-izitoast.git" |
| 17 | + }, |
| 18 | + "bugs": { |
| 19 | + "url": "https://github.com/arthurvasconcelos/vue-izitoast/issues" |
| 20 | + }, |
| 21 | + "keywords": [ |
| 22 | + "vue", |
| 23 | + "izitoast", |
| 24 | + "toaster", |
| 25 | + "toast", |
| 26 | + "message", |
| 27 | + "notification", |
| 28 | + "alert", |
| 29 | + "info,", |
| 30 | + "success", |
| 31 | + "warning", |
| 32 | + "confirm", |
| 33 | + "question", |
| 34 | + "js" |
| 35 | + ], |
| 36 | + "engines": { |
| 37 | + "node": "^6.11.4 || ^8.7.0", |
| 38 | + "npm": "^3.10.10 || ^5.4.2", |
| 39 | + "yarn": "^1.0.0" |
| 40 | + }, |
| 41 | + "author": "Arthur Vasconcelos <vasconcelos.arthur@gmail.com> (http://arthurvasconcelos.com.br/)", |
| 42 | + "license": "MIT", |
| 43 | + "private": false, |
| 44 | + "dependencies": { |
| 45 | + "izitoast": "dolce/iziToast#76fe906" |
| 46 | + }, |
| 47 | + "peerDependencies": { |
| 48 | + "izitoast": "dolce/iziToast#76fe906", |
| 49 | + "vue": "^2.0.0" |
| 50 | + }, |
| 51 | + "devDependencies": { |
| 52 | + "babel-core": "^6.26.0", |
| 53 | + "babel-eslint": "^8.2.1", |
| 54 | + "babel-loader": "^7.1.2", |
| 55 | + "babel-plugin-transform-runtime": "^6.23.0", |
| 56 | + "babel-preset-env": "^1.6.1", |
| 57 | + "babel-preset-stage-3": "^6.24.1", |
| 58 | + "chalk": "^2.3.1", |
| 59 | + "compression-webpack-plugin": "^1.1.6", |
| 60 | + "cross-env": "^5.1.3", |
| 61 | + "cross-spawn": "^6.0.4", |
| 62 | + "eslint": "^4.17.0", |
| 63 | + "eslint-friendly-formatter": "^3.0.0", |
| 64 | + "eslint-loader": "^1.9.0", |
| 65 | + "eslint-plugin-import": "^2.8.0", |
| 66 | + "friendly-errors-webpack-plugin": "^1.6.1", |
| 67 | + "ora": "^1.4.0", |
| 68 | + "rimraf": "^2.6.2", |
| 69 | + "semver": "^5.5.0", |
| 70 | + "shelljs": "^0.8.1", |
| 71 | + "uglify-es": "^3.3.9", |
| 72 | + "uglifyjs-webpack-plugin": "^1.1.8", |
| 73 | + "webpack": "^3.11.0", |
| 74 | + "webpack-bundle-analyzer": "^2.10.0", |
| 75 | + "webpack-dev-middleware": "^2.0.5", |
| 76 | + "webpack-merge": "^4.1.1" |
| 77 | + } |
| 78 | +} |
0 commit comments