Skip to content

Commit

Permalink
packaged for node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
olalonde committed Mar 30, 2011
1 parent 1e58010 commit 289fa67
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
File renamed without changes.
20 changes: 20 additions & 0 deletions package.json
@@ -0,0 +1,20 @@
{
"name" : "notify"
, "version" : "v0.1.0"
, "description" : "Native Node.js C++ extension for displaying desktop notifications using GNOME's libnotify library."
, "homepage" : "https://github.com/olalonde/node-notify"
, "author" : {
"name" : "Olivier Lalonde"
, "email" : "olalonde@gmail.com"
, "url" : "http://www.syskall.com/"
}
, "repository" : {
"type" : "git"
, "url" : "https://github.com/olalonde/node-notify.git"
}
, "scripts" : {
"preinstall" : "node-waf configure && node-waf build"
, "preuninstall" : "rm -rf build/*"
}
, "main" : "build/default/gtknotify.node"
}

0 comments on commit 289fa67

Please sign in to comment.