-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 786 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 786 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
{
"name": "browserify-notify",
"version": "1.1.2",
"description": "Notification plugin for browserify",
"main": "index.js",
"scripts": {
"test": "node ./test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git://github.com/call-a3/browserify-notify.git"
},
"keywords": [
"browserify",
"browserify-plugin",
"notification",
"node-notifier"
],
"author": "Adriaan Callaerts <adriaan.callaerts@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/call-a3/browserify-notify/issues"
},
"homepage": "https://github.com/call-a3/browserify-notify",
"dependencies": {
"node-notifier": "^10.0.0"
},
"devDependencies": {
"browserify": "^17.0.0",
"tap-spec": "^5.0.0",
"tape": "^5.0.0"
}
}