forked from se-panfilov/vue-notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.42 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "vue-notifications",
"version": "0.8.0",
"description": "Vuejs notifications",
"main": "dist/vue-notifications.es5.js",
"scripts": {
"start": "gulp",
"build": "gulp make",
"update": "ncu -a && yarn upgrade",
"upgrade": "yarn upgrade",
"test": "mocha --compilers js:babel-core/register ./test/**/*.spec.js",
"lint": "./node_modules/eslint/bin/eslint.js ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/se-panfilov/vue-notifications.git"
},
"keywords": [
"vue",
"toastr",
"toast",
"non-blocking",
"notifications",
"vuejs",
"vue.js",
"messages",
"errors"
],
"author": "S.Panfilov <[email protected]> (https://se-panfilov.github.io)",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/se-panfilov/vue-notifications/issues"
},
"homepage": "https://github.com/se-panfilov/vue-notifications#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0",
"babelify": "^7.3.0",
"babili": "0.0.12",
"browserify": "^14.3.0",
"chai": "^3.5.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.0",
"eslint-friendly-formatter": "^2.0.7",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-strip-code": "^0.1.4",
"gulp-todo": "^5.3.0",
"gulp-uglify": "^2.1.2",
"gulp-umd": "^0.2.1",
"gulp-watch": "^4.3.11",
"mocha": "^3.2.0",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0",
"source": "0.0.3",
"through2": "^2.0.3",
"to-case": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {}
}