-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
59 lines (59 loc) · 1.56 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
{
"name": "mini-toastr",
"version": "0.8.2",
"description": "Non-blocking toaster notifications",
"main": "mini-toastr.js",
"scripts": {
"update": "ncu -a && npm update",
"test": "mocha --compilers js:babel-core/register ./test/**/*.spec.js",
"lint": "eslint ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/se-panfilov/mini-toastr.git"
},
"keywords": [
"non-blocking",
"notification",
"notifications",
"toaster",
"Toastr",
"toastr",
"mini-toastr",
"mini-toaster",
"miniToastr",
"miniToaster",
"toastrjs",
"toastr.js",
"mini-toastr.js",
"messages",
"errors"
],
"author": "S.Panfilov <[email protected]> (https://se-panfilov.github.io)",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/se-panfilov/mini-toastr/issues"
},
"homepage": "https://github.com/se-panfilov/mini-toastr#readme",
"devDependencies": {
"babel": "6.23.0",
"babel-core": "6.26.0",
"babel-plugin-transform-es3-member-expression-literals": "6.22.0",
"babel-plugin-transform-es3-property-literals": "6.22.0",
"babel-preset-latest": "6.24.1",
"babili": "0.1.4",
"eslint": "5.0.1",
"eslint-config-standard": "11.0.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-node": "7.0.0",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-standard": "3.1.0",
"mocha": "5.2.0",
"require-dir": "1.0.0",
"run-sequence": "2.2.1",
"to-case": "2.0.0"
},
"dependencies": {}
}