blob: 3a41515e1e2f87e6c9908eb2ea5e3b3a7902a736 [file] [log] [blame]
{
"name": "cordova",
"version": "2.7.2",
"preferGlobal": "true",
"description": "Cordova command line interface tool",
"main": "cordova",
"bin": {
"cordova": "./bin/cordova"
},
"scripts": {
"test": "./node_modules/jasmine-node/bin/jasmine-node --color spec",
"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":"git+https://github.com/imhotep/plugman.git#0.5.7",
"plist":"git+https://github.com/filmaj/node-plist.git",
"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.1.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": "Michael Wolf", "email": "Michael.Wolf@Cynergy.com"}
],
"license": "Apache version 2.0"
}