Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Oct 11, 2012
1 parent 184b9e1 commit 88722fb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packge.json
@@ -0,0 +1,21 @@
{
"author": "Esa-Matti Suuronen <esa-matti.suuronen@opinsys.fi>",
"name": "gnu-gettext",
"description": "Node.JS bindings to GNU Gettext",
"homepage": "http://github.com/opinsys/node-gnu-gettext/",
"bugs": {
"url": "https://github.com/opinsys/node-gnu-gettext/issues"
},
"version": "0.1.0",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/opinsys/node-gnu-gettext.git"
},
"main": "index.js",
"dependencies": {
"ffi"
},
}

0 comments on commit 88722fb

Please sign in to comment.