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.

bower.json 439B

1234567891011121314
  1. {
  2. "name": "sprintf",
  3. "description": "JavaScript sprintf implementation",
  4. "version": "1.0.3",
  5. "main": "src/sprintf.js",
  6. "license": "BSD-3-Clause-Clear",
  7. "keywords": ["sprintf", "string", "formatting"],
  8. "authors": ["Alexandru Marasteanu <hello@alexei.ro> (http://alexei.ro/)"],
  9. "homepage": "https://github.com/alexei/sprintf.js",
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/alexei/sprintf.js.git"
  13. }
  14. }