added package.json
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/commit/de731310 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/tree/de731310 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/diff/de731310 Branch: refs/heads/master Commit: de731310d6ee076bc8b9e58babb8b2587fdcf96a Parents: ec4c851 Author: steven gill <ste...@apache.org> Authored: Tue Sep 11 15:42:08 2012 -0700 Committer: steven gill <ste...@apache.org> Committed: Tue Sep 11 15:42:08 2012 -0700 ---------------------------------------------------------------------- package.json | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-coho/blob/de731310/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json new file mode 100644 index 0000000..78a8487 --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name": "coho", + "version": "0.0.0", + "description": "Apache Cordova Release Tool", + "main": "coho", + "directories": { + "test": "test" + }, + "dependencies": { + "async": "~0.1.15", + "nodeunit": "~0.6.4", + "procstreams": "~0.2.0" + }, + "devDependencies": { + "coffee-script": "~1.2.0" + }, + "scripts": { + "test": "coho all 2.1.0 2.0.0" + }, + "repository": { + "type": "git", + "url": "git://github.com/stevengill/coho.git" + }, + "keywords": [ + "phonegap" + ], + "author": "steven gill", + "license": "apachev2" +}