Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
createmobilespec/package.json autoformatted by npm
- Loading branch information
Christopher J. Brody
committed
Jul 11, 2018
1 parent
b909a8e
commit 8bd64702f96a2661ce6c216055652383de50a2df
Showing
1 changed file
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,17 +1,24 @@ | ||
{ "name": "createmobilespec", | ||
{ | ||
"name": "createmobilespec", | ||
"version": "1.2.1-dev", | ||
"description": "Create the mobilespec project and populate it.", | ||
"homepage": "http://cordova.apache.org", | ||
"bugs": { "url": "https://issues.apache.org/jira/browse/CB" }, | ||
"bugs": { | ||
"url": "https://issues.apache.org/jira/browse/CB" | ||
}, | ||
"license": "Apache-2.0", | ||
"main": "./createmobilespec.js", | ||
"bin": {"createmobilespec": "./createmobilespec.js" }, | ||
"bin": { | ||
"createmobilespec": "./createmobilespec.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://git-wip-us.apache.org/repos/asf/cordova-mobile-spec.git"}, | ||
"type": "git", | ||
"url": "https://git-wip-us.apache.org/repos/asf/cordova-mobile-spec.git" | ||
}, | ||
"dependencies": { | ||
"shelljs": "0.2.6", | ||
"optimist": "0.6.1", | ||
"grunt-cli": "0.1.*"}, | ||
"grunt-cli": "0.1.*" | ||
}, | ||
"private": true | ||
} |