Skip to content

Commit

Permalink
use mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Sep 27, 2012
1 parent 7fd440a commit f13b4f0
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 177 deletions.
3 changes: 0 additions & 3 deletions README
Expand Up @@ -6,9 +6,6 @@ features:
* redirect worker stdout and stderr to rotating gzipped log files
* runs as daemon, providing ability to start and stop

Side by side comparison with nodejitsu/forever:
http://www.superjoesoftware.com/temp/naught

usage:

To use naught, your node.js server has 2 requirements.
Expand Down
18 changes: 15 additions & 3 deletions package.json
Expand Up @@ -2,10 +2,21 @@
"name": "naught",
"version": "0.2.1",
"description": "zero downtime deployment for your node.js server",
"keywords": ["zero", "downtime", "uptime", "deploy", "deployment", "unicorn", "forever", "cluster", "daemon", "daemonize"],
"keywords": [
"zero",
"downtime",
"uptime",
"deploy",
"deployment",
"unicorn",
"forever",
"cluster",
"daemon",
"daemonize"
],
"scripts": {
"dev": "npm install && coke watch",
"test": "node test/test.js"
"test": "mocha"
},
"bin": {
"naught": "./lib/main.js"
Expand All @@ -20,7 +31,8 @@
"node": "~0.8.2"
},
"devDependencies": {
"coco": "~0.8.1"
"coco": "~0.8.1",
"mocha": "~1.5.0"
},
"dependencies": {
"async": "~0.1.22",
Expand Down

0 comments on commit f13b4f0

Please sign in to comment.