2 "name": "cordova-create",
3 "version": "1.1.3-dev",
4 "description": "Apache Cordova create module. Creates new project from default or template",
8 "url": "https://github.com/apache/cordova-create.git"
17 "author": "Apache Software Foundation",
18 "license": "Apache-2.0",
20 "url": "https://issues.apache.org/jira/browse/CB",
21 "email": "dev@cordova.apache.org"
28 "cordova-app-hello-world": "^3.11.0",
29 "cordova-common": "^2.2.0",
30 "cordova-fetch": "^1.3.0",
32 "import-fresh": "^2.0.0",
36 "valid-identifier": "0.0.1"
40 "eslint-config-semistandard": "^12.0.1",
41 "eslint-config-standard": "^11.0.0",
42 "eslint-plugin-import": "^2.3.0",
43 "eslint-plugin-node": "^6.0.1",
44 "eslint-plugin-promise": "^3.5.0",
45 "eslint-plugin-standard": "^3.0.1",
51 "test": "npm run eslint && npm run cover",
52 "eslint": "eslint index.js spec/create.spec.js",
53 "jasmine": "jasmine spec/create.spec.js",
54 "cover": "nyc -x spec/ npm run jasmine"
59 "email": "caryn.tran@berkeley.edu"
63 "email": "stevengill97@gmail.com"