Skip to content

Commit

Permalink
Project package description
Browse files Browse the repository at this point in the history
  • Loading branch information
emerleite committed Dec 12, 2011
1 parent f96987a commit 8601c84
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
@@ -0,0 +1,23 @@
{
"author": "Emerson Macedo <emerleite@gmail.com> (http://codificando.com)",
"name": "stopwatch",
"description": "A managed stopwatch for Realtime Node.JS Apps",
"version": "0.1.0",
"homepage": "http://github.com/emerleite/node-stopwatch",
"repository": {
"type": "git",
"url": "git://github.com/emerleite/node-stopwatch.git"
},
"main": "index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha -R spec"
},
"engines": {
"node": ">=0.4.0"
},
"dependencies": {},
"devDependencies": {
"mocha" : "0.3.6",
"should" : "0.3.2"
}
}

0 comments on commit 8601c84

Please sign in to comment.