Skip to content

Commit

Permalink
Added package.json for npm configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Aug 25, 2010
1 parent df0acc5 commit 71dff97
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
@@ -0,0 +1,12 @@
{
"name" : "braintree",
"description" : "A library for integrating with Braintree.",
"engines" : [ "node >=0.2.0" ],
"url" : "http://github.com/braintree/braintree_node",
"keywords" : ["payments"],
"author" : "Braintree <code@getbraintree.com>",
"dependencies" : { "base64": "=1.0.1" },
"main" : "./lib/braintree",
"directories" : { "spec": "./spec" },
"version" : "0.1.0"
}

0 comments on commit 71dff97

Please sign in to comment.