Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
keywords, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
iloire committed Sep 4, 2012
1 parent 77cce95 commit bd1795a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Expand Up @@ -2,10 +2,12 @@
"author": "Iván Loire <ivan@iloire.com> (http://iloire.com/)", "author": "Iván Loire <ivan@iloire.com> (http://iloire.com/)",
"name": "watchmen", "name": "watchmen",
"scripts": { "scripts": {
"test": "redis-server test/redis.conf;mocha -R list -b test/*.mocha;kill `cat test/redis.pid`" "test": "redis-server test/redis.conf;mocha -R list -b test/*.mocha;kill `cat test/redis.pid`",
"start": "redis-server redis.conf; forever start server.js; forever start webserver/app.js 8084",
"stop": "forever stop server.js"
}, },
"description": "A Node.js HTTP monitor", "description": "A Node.js HTTP monitor",
"version": "0.9.0", "version": "1.0.0",
"homepage": "http://letsnode.com", "homepage": "http://letsnode.com",
"repository": { "repository": {
"type": "git", "type": "git",
Expand All @@ -14,6 +16,13 @@
"engines": { "engines": {
"node": "0.6.x" "node": "0.6.x"
}, },
"keywords": [
"watchmen",
"service",
"monitor",
"ping"
],
"license": "MIT",
"dependencies": { "dependencies": {
"ejs": "0.7.x", "ejs": "0.7.x",
"express": "2.5.x", "express": "2.5.x",
Expand Down

0 comments on commit bd1795a

Please sign in to comment.