forked from se-panfilov/vue-notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.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
{
"name": "vue-notifications",
"version": "1.0.2",
"author": "Sergei Panfilov <[email protected]> (https://se-panfilov.github.io)",
"description": "Vuejs notifications",
"main": "dist/vue-notifications.js",
"typings": "dist/vue-notifications.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"minify": "terser ./dist/vue-notifications.js --output ./dist/vue-notifications.min.js --compress --source-map",
"test": "echo 'tests are not specified'",
"lint": "tslint --project .",
"docs": "rimraf ./docs/html/** && gitbook build ./docs/md/ ./docs/html"
},
"engines": {
"node": ">=8.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/se-panfilov/vue-notifications.git"
},
"homepage": "https://se-panfilov.github.io/vue-notifications",
"keywords": [
"vue",
"toastr",
"toast",
"non-blocking",
"notifications",
"notification",
"vuejs",
"vue.js",
"messages",
"errors"
],
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/se-panfilov/vue-notifications/issues"
},
"homepage": "https://github.com/se-panfilov/vue-notifications#readme",
"devDependencies": {
"cpx": "1.5.0",
"gitbook-cli": "2.3.2",
"rimraf": "2.6.3",
"terser": "4.1.2",
"tslint": "5.18.0",
"tslint-config-prettier": "1.18.0",
"tslint-immutable": "6.0.1",
"typescript": "3.5.3",
"vue": "2.6.10"
}
}