blob: 346aa9e67eb744914254ba549a1bbefb247116c6 [file] [log] [blame]
{
"name": "cordova-create",
"version": "1.0.3-dev",
"description": "Apache Cordova create module. Creates new project from default or template",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-create.git"
},
"keywords": [
"cordova",
"create",
"apache",
"ecosystem:cordova",
"cordova:tool"
],
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB",
"email": "dev@cordova.apache.org"
},
"engines": {
"node": ">=0.9.9"
},
"engineStrict": true,
"dependencies": {
"cordova-app-hello-world": "^3.11.0",
"cordova-common": "2.0.0",
"cordova-fetch": "1.0.2",
"q": "1.0.1",
"shelljs": "0.3.0",
"valid-identifier": "0.0.1"
},
"devDependencies": {
"jasmine": "^2.4.1",
"jshint": "2.5.8"
},
"scripts": {
"test": "npm run jshint && npm run jasmine",
"jshint": "jshint index.js spec/create.spec.js",
"jasmine": "jasmine spec/create.spec.js"
},
"contributors": [
{
"name": "Caryn Tran",
"email": "caryn.tran@berkeley.edu"
},
{
"name": "Steve Gill",
"email": "stevengill97@gmail.com"
}
]
}