From 64fd87134fcb60280e816449704f386bd979ce8b Mon Sep 17 00:00:00 2001 From: Steven Gill Date: Wed, 30 Apr 2014 10:54:47 -0700 Subject: [PATCH] CB-6552: added top level package.json --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..d3e153ae --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "cordova-android", + "version": "3.4.0", + "description": "This is the release for cordova-android", + "main": "bin/create", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://git-wip-us.apache.org/repos/asf/cordova-android.git" + }, + "keywords": [ + "android", + "cordova" + ], + "author": "Joe Bowser", + "license": "Apache version 2.0", + "dependencies": { + "q": "^0.9.0", + "shelljs": "^0.2.6" + } +}