forked from RoccoC/webpack-build-notifier
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 765 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 765 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
{
"name": "webpack-build-notifier",
"version": "0.1.13",
"description": "A Webpack plugin that generates OS notifications for build steps using node-notifier.",
"main": "index.js",
"scripts": {
"test": "eslint index.js"
},
"keywords": [
"webpack",
"notification",
"notify",
"node-notifier",
"alert",
"build",
"compilation",
"compile"
],
"repository": {
"type": "git",
"url": "https://github.com/RoccoC/webpack-build-notifier.git"
},
"author": "Rocco Cataldo <roccocataldo@gmail.com>",
"license": "MIT",
"dependencies": {
"ansi-regex": "^2.0.0",
"node-notifier": "^4.1.0",
"strip-ansi": "^3.0.1"
},
"devDependencies": {
"eslint": "^1.1.0",
"node-notifier": "^4.3.1"
}
}