-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 779 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 779 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
{
"name": "node-webkit-desktop-notification",
"version": "0.0.1",
"description": "Rich node-webkit desktop notification with html5 like API ",
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/edjafarov/node-webkit-desktop-notification"
},
"keywords": [
"node-webkit",
"desktop",
"notification"
],
"author": "Eldar Djafarov <djkojb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/edjafarov/node-webkit-desktop-notification/issues"
},
"homepage": "https://github.com/edjafarov/node-webkit-desktop-notification",
"dependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-node-webkit-builder": "^0.2.3"
}
}