Skip to content

Commit

Permalink
fill in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Neme <lacrymology@gmail.com>
  • Loading branch information
Lacrymology committed Apr 5, 2013
1 parent dc94410 commit a62d723
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
{}
{
"name": "mbc-commons",
"description": "@mbc-mosto and @mbc-playout's common components",
"version": "0.0.1",
"author": "Tomas Neme <lacrymology@gmail.com>",
"contributors": [ ],
"main": "index",
"repository": {
"type": "git",
"url": "https://github.com/inaes-tic/mbc-common"
},
"dependencies" : {
"mongoskin" : "0.4.x",
},
"license": "agplv3",
"engines": {
"node": ">=0.6"
}
}

0 comments on commit a62d723

Please sign in to comment.