blob: fde2ff7387e5f5e19f3e2deb50ca8499b249e688 [file] [log] [blame]
{
"name": "cordova",
"version": "2.8.11",
"preferGlobal": "true",
"description": "Cordova command line interface tool",
"main": "cordova",
"engines":{
"node":">=0.9.9"
},
"bin": {
"cordova": "./bin/cordova"
},
"scripts": {
"test": "node test_runner.js",
"install": "node bootstrap.js"
},
"repository": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/cordova-cli.git"
},
"keywords": [
"cordova",
"client",
"cli"
],
"dependencies": {
"colors":">=0.6.0",
"elementtree":"0.1.3",
"plugman":"0.7.9",
"plist":"0.4.x",
"xcode":"0.5.1",
"express":"3.0",
"shelljs":"0.1.2",
"ncallbacks":"1.0.0",
"request":"2.11.4",
"semver":"1.1.0",
"prompt":"0.2.7",
"ripple-emulator":">=0.9.15",
"open": "0.0.3"
},
"devDependencies": {
"jasmine-node":"1.8.x"
},
"author": "Anis Kadri",
"contributors": [
{"name": "Brian LeRoux","email": "b@brian.io"},
{"name": "Fil Maj", "email": "maj.fil@gmail.com"},
{"name": "Mike Reinstein", "email":"reinstein.mike@gmail.com"},
{"name": "Darry Pogue", "email":"darryl@dpogue.ca"},
{"name": "Michael Brooks", "email":"michael@michaelbrooks.ca"},
{"name": "Braden Shepherdson", "email":"braden@chromium.org"},
{"name": "Gord Tanner", "email":"gtanner@gmail.com"},
{"name": "Tim Kim", "email": "timk@adobe.com"},
{"name": "Benn Mapes", "email": "Benn.Mapes@gmail.com"},
{"name": "Michael Wolf", "email": "Michael.Wolf@Cynergy.com"}
],
"license": "Apache version 2.0"
}