blob: 035cb3e669354bc6c221aa1a5de6ca6cee1f7982 [file] [log] [blame]
{
"name": "cordova",
"version": "0.1.12",
"preferGlobal": "true",
"description": "Cordova client tool",
"main": "cordova",
"bin": {
"cordova": "./bin/cordova"
},
"scripts": {
"test": "node test_bootstrap.js && ./node_modules/jasmine-node/bin/jasmine-node --color spec",
"install": "./bin/notice"
},
"repository": {
"type": "git",
"url": "https://github.com/filmaj/cordova-client.git"
},
"keywords": [
"cordova",
"client",
"cli"
],
"dependencies": {
"colors":">=0.6.0",
"elementtree":"0.1.3",
"plugman":"git://github.com/filmaj/plugman.git#0.5.5",
"plist":"git://github.com/filmaj/node-plist.git",
"xcode":"0.5.1",
"express":"3.0",
"shelljs":"0.0.7",
"ncallbacks":"1.0.0",
"adm-zip":"0.1.8",
"request":"2.11.4",
"semver":"1.1.0",
"prompt":"0.2.7"
},
"devDependencies": {
"jasmine-node":">=1.0.0"
},
"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"}
],
"license": "Apache version 2.0"
}