Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "gonzales-pe@4.3.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "gonzales-pe@4.3.0",
  10. "_id": "gonzales-pe@4.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==",
  13. "_location": "/gonzales-pe",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "gonzales-pe@4.3.0",
  19. "name": "gonzales-pe",
  20. "escapedName": "gonzales-pe",
  21. "rawSpec": "4.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.3.0"
  24. },
  25. "_requiredBy": [
  26. "/postcss-sass"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.3.0.tgz",
  29. "_spec": "4.3.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Tony Ganch",
  33. "email": "tonyganch+github@gmail.com",
  34. "url": "http://tonyganch.com"
  35. },
  36. "bin": {
  37. "gonzales": "./bin/gonzales.js"
  38. },
  39. "bugs": {
  40. "url": "http://github.com/tonyganch/gonzales-pe/issues"
  41. },
  42. "dependencies": {
  43. "minimist": "^1.2.5"
  44. },
  45. "description": "Gonzales Preprocessor Edition (fast CSS parser)",
  46. "devDependencies": {
  47. "babel-core": "^6.18.2",
  48. "babel-loader": "^6.2.7",
  49. "babel-plugin-add-module-exports": "^0.2.1",
  50. "babel-preset-es2015": "^6.18.0",
  51. "coffee-script": "~1.7.1",
  52. "eslint": "^3.0.0",
  53. "jscs": "2.1.0",
  54. "jshint": "2.10.2",
  55. "json-loader": "^0.5.3",
  56. "mocha": "2.2.x",
  57. "webpack": "^1.12.2",
  58. "webpack-closure-compiler": "^2.0.2"
  59. },
  60. "engines": {
  61. "node": ">=0.6.0"
  62. },
  63. "files": [
  64. "MIT-LICENSE.txt",
  65. "bin/gonzales.js",
  66. "lib/gonzales.js"
  67. ],
  68. "homepage": "http://github.com/tonyganch/gonzales-pe",
  69. "license": "MIT",
  70. "main": "./lib/gonzales",
  71. "name": "gonzales-pe",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+ssh://git@github.com/tonyganch/gonzales-pe.git"
  75. },
  76. "scripts": {
  77. "autofix-tests": "bash ./scripts/build.sh && bash ./scripts/autofix-tests.sh",
  78. "build": "bash ./scripts/build.sh",
  79. "init": "bash ./scripts/init.sh",
  80. "lint": "bash ./scripts/lint.sh",
  81. "log": "bash ./scripts/log.sh",
  82. "prepublishOnly": "bash ./scripts/build.sh",
  83. "test": "bash ./scripts/test.sh",
  84. "watch": "bash ./scripts/watch.sh"
  85. },
  86. "version": "4.3.0"
  87. }