forked from robrighter/nw-desktop-notifications
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 671 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "nodeifications",
"version": "0.2.0",
"description": "custom node-webkit notifications",
"devDependencies": {
"gulp": "^3.8.7",
"gulp-load-plugins": "^0.5.3",
"gulp-zip": "^0.5.0",
"node-webkit-builder": "^0.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pbojinov/nodeifications.git"
},
"author": "Petar Bojinov <petarbojinov@gmail.com> (http://pbojinov.com/)",
"contributors": "Adam Lynch <contact@adamlynch.com> (http://adamlynch.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pbojinov/nodeifications/issues"
},
"homepage": "https://github.com/pbojinov/nodeifications"
}