use breakout-timer
Showing
This diff is collapsed.
| ... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
| "src/" | "src/" | ||
| ], | ], | ||
| "bin": { | "bin": { | ||
| "flow": "src/flow.js" | "flow": "./git-flow" | ||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -23,7 +23,6 @@ | ... | @@ -23,7 +23,6 @@ |
| "version", | "version", | ||
| "control", | "control", | ||
| "git", | "git", | ||
| "drazious", | |||
| "cmosh" | "cmosh" | ||
| ], | ], | ||
| "author": { | "author": { | ||
| ... | @@ -31,13 +30,14 @@ | ... | @@ -31,13 +30,14 @@ |
| "email": "clive@makamara.me", | "email": "clive@makamara.me", | ||
| "url": "http://github.com/cmosh", | "url": "http://github.com/cmosh", | ||
| "organization": "dreidev" | "organization": "dreidev" | ||
| }, | }, | ||
| "license": "LGPL", | "license": "LGPL", | ||
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/dreidev/gitflow/issues" | "url": "https://github.com/dreidev/gitflow/issues" | ||
| }, | }, | ||
| "homepage": "https://github.com/dreidev/gitflow#readme", | "homepage": "https://github.com/dreidev/gitflow#readme", | ||
| "dependencies": { | "dependencies": { | ||
| "breakout-timeline": "0.0.3", | |||
| "commander": "^2.9.0", | "commander": "^2.9.0", | ||
| "shelljs": "^0.7.6" | "shelljs": "^0.7.6" | ||
| } | } | ||
| ... | ... |
Please register or sign in to comment