Nessuna descrizione

package.json 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "cordova-custom-config@5.1.0",
  5. "/home/rarce/Downloads/tutorial"
  6. ]
  7. ],
  8. "_from": "cordova-custom-config@5.1.0",
  9. "_id": "cordova-custom-config@5.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-qPk1l1Rayu0PAp5kXqyvzMprc0oCqRa5pcs7iRrb0daq0I/RWIw7BngCyOJuv/wnJrTBbwxVued1+lVLe0/MeA==",
  12. "_location": "/cordova-custom-config",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cordova-custom-config@5.1.0",
  18. "name": "cordova-custom-config",
  19. "escapedName": "cordova-custom-config",
  20. "rawSpec": "5.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "5.1.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/cordova-custom-config/-/cordova-custom-config-5.1.0.tgz",
  28. "_spec": "5.1.0",
  29. "_where": "/home/rarce/Downloads/tutorial",
  30. "author": {
  31. "name": "Dave Alden"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/dpa99c/cordova-custom-config/issues"
  35. },
  36. "cordova": {
  37. "id": "cordova-custom-config",
  38. "platforms": [
  39. "android",
  40. "ios"
  41. ]
  42. },
  43. "cordova_name": "cordova-custom-config",
  44. "dependencies": {
  45. "colors": "^1.1.2",
  46. "elementtree": "^0.1.6",
  47. "lodash": "^4.17.11",
  48. "plist": "^3.0.1",
  49. "q": "^1.4.1",
  50. "shelljs": "^0.7.0",
  51. "tostr": "^0.1.0",
  52. "xcode": "^1.0.0"
  53. },
  54. "description": "Cordova/Phonegap plugin to update platform configuration files based on preferences and config-file data defined in config.xml.",
  55. "devDependencies": {
  56. "got": "^6.5.0",
  57. "jshint": "^2.6.0"
  58. },
  59. "homepage": "https://github.com/dpa99c/cordova-custom-config#readme",
  60. "issue": "https://github.com/dpa99c/cordova-custom-config/issues",
  61. "keywords": [
  62. "ecosystem:cordova",
  63. "cordova",
  64. "cordova-android",
  65. "cordova-ios",
  66. "phonegap",
  67. "config",
  68. "configuration",
  69. "plist",
  70. "manifest"
  71. ],
  72. "license": "MIT",
  73. "name": "cordova-custom-config",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/dpa99c/cordova-custom-config.git"
  77. },
  78. "scripts": {
  79. "test": "jshint hooks"
  80. },
  81. "version": "5.1.0"
  82. }