blob: b325626523649dfa8dc020e3c73034d6c48391e9 [file] [log] [blame]
{
"name": "cordova-create",
"version": "2.0.0",
"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://github.com/apache/cordova-create/issues",
"email": "dev@cordova.apache.org"
},
"engines": {
"node": ">=6"
},
"engineStrict": true,
"dependencies": {
"cordova-app-hello-world": "^4.0.0",
"cordova-common": "^3.1.0",
"cordova-fetch": "^2.0.0",
"fs-extra": "^7.0.1",
"import-fresh": "^3.0.0",
"is-url": "^1.2.4",
"isobject": "^3.0.1",
"path-is-inside": "^1.0.2",
"tmp": "0.0.33",
"valid-identifier": "0.0.2"
},
"devDependencies": {
"eslint": "^5.12.0",
"eslint-config-semistandard": "^13.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jasmine": "^3.3.1",
"nyc": "^13.1.0",
"rewire": "^4.0.1"
},
"scripts": {
"test": "npm run eslint && npm run cover",
"eslint": "eslint index.js spec/create.spec.js",
"jasmine": "jasmine spec/create.spec.js",
"cover": "nyc -x spec/ npm run jasmine"
},
"contributors": [
{
"name": "Caryn Tran",
"email": "caryn.tran@berkeley.edu"
},
{
"name": "Steve Gill",
"email": "stevengill97@gmail.com"
}
]
}