Skip to content

Commit

Permalink
Updating package.json deps, added .npmignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
aeberlin committed Nov 6, 2013
1 parent 9a70c0d commit 1e4024d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@
"author" : "Arkbot Industries <webmaster@arkbot.com>",
"description" : "A tiny dependency injection framework for NodeJS",
"keywords" : [ "dependency", "injection", "context", "isolation", "mock" ],
"license" : "MIT",
"licenses" : [ {
"type" : "MIT",
"url" : "https://github.com/arkbot/injekt/blob/master/LICENSE.txt"
} ],

"preferGlobal" : false,
"analyze" : false,

"contributors" : [
{
"name" : "Adam Eberlin",
"email" : "adam@arkbot.com"
}
],
"contributors" : [ {
"name" : "Adam Eberlin",
"email" : "adam@arkbot.com"
} ],

"scripts" : {
"test" : "vows --spec --isolate test/*-vows.js"
Expand All @@ -29,11 +30,11 @@
},

"dependencies" : {
"contextify" : "0.1.5"
"contextify" : "0.1.x"
},

"devDependencies" : {
"should" : "1.2.x",
"should" : "2.0.x",
"vows" : "0.7.x"
},

Expand Down

0 comments on commit 1e4024d

Please sign in to comment.