UI for Zipcoin Blue

package.json 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "@ionic/cli-framework@0.1.3",
  3. "_id": "@ionic/cli-framework@0.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-by5vosr5MXK5+yJMtRmBX9YjrcHTeelVLV5PsDv56zZR0aDMLP+1st5wvjKwAjlva660bIzx7yIax88hiV5KKA==",
  6. "_location": "/@ionic/cli-framework",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@ionic/cli-framework@0.1.3",
  12. "name": "@ionic/cli-framework",
  13. "escapedName": "@ionic%2fcli-framework",
  14. "scope": "@ionic",
  15. "rawSpec": "0.1.3",
  16. "saveSpec": null,
  17. "fetchSpec": "0.1.3"
  18. },
  19. "_requiredBy": [
  20. "/@ionic/cli-utils",
  21. "/ionic"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@ionic/cli-framework/-/cli-framework-0.1.3.tgz",
  24. "_shasum": "305ce75f39a3a88db17b969b5dfb323ef119d06c",
  25. "_spec": "@ionic/cli-framework@0.1.3",
  26. "_where": "/Users/clementO/Desktop/blueCoin-UI/node_modules/ionic",
  27. "author": {
  28. "name": "Ionic Team",
  29. "email": "hi@ionic.io",
  30. "url": "https://ionicframework.com"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "chalk": "^2.3.0",
  35. "ncp": "^2.0.0",
  36. "rimraf": "^2.6.2",
  37. "strip-ansi": "^4.0.0",
  38. "superagent": "^3.8.0",
  39. "tslib": "^1.8.0"
  40. },
  41. "deprecated": false,
  42. "description": "The foundation framework of the Ionic CLI",
  43. "devDependencies": {
  44. "@types/minimist": "^1.2.0",
  45. "@types/ncp": "^2.0.1",
  46. "@types/rimraf": "^2.0.2",
  47. "@types/superagent": "^3.5.6"
  48. },
  49. "engines": {
  50. "node": ">=6.4.0"
  51. },
  52. "homepage": "https://ionicframework.com/",
  53. "jest": {
  54. "globals": {
  55. "ts-jest": {
  56. "tsConfigFile": "tsconfig.json"
  57. }
  58. },
  59. "moduleFileExtensions": [
  60. "ts",
  61. "js"
  62. ],
  63. "transform": {
  64. ".(ts)": "<rootDir>/../../../node_modules/ts-jest/preprocessor.js"
  65. },
  66. "testRegex": "/__tests__/.*\\.(ts|js)$"
  67. },
  68. "license": "MIT",
  69. "main": "./index.js",
  70. "name": "@ionic/cli-framework",
  71. "scripts": {
  72. "build": "npm run clean && tsc",
  73. "clean": "rm -rf index.* definitions.* guards.* ./utils",
  74. "prepublishOnly": "npm run build",
  75. "test": "jest",
  76. "watch": "tsc -w"
  77. },
  78. "types": "./index.d.ts",
  79. "version": "0.1.3"
  80. }