forked from Turbo87/webpack-notifier
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 747 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 747 Bytes
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
{
"name": "webpack-notifier-2",
"version": "2.5.0",
"description": "webpack + node-notifier = build status system notifications",
"main": "index.js",
"files": [
"index.js",
"logo.png",
"img/*"
],
"scripts": {
"test": "eslint index.js"
},
"keywords": [
"webpack",
"notify",
"notification",
"node-notifier",
"notifier",
"build"
],
"repository": {
"type": "git",
"url": "https://github.com/inoyakaigor/webpack-notifier-2.git"
},
"author": "Igor «InoY» Zviagintsev <inoyakaigor@ya.ru> (https://inoy.dev), Tobias Bieniek",
"license": "ISC",
"dependencies": {
"node-notifier": "^9.0.1",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"eslint": "7.13"
}
}