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.

component.json 398B

1234567891011121314151617181920
  1. {
  2. "name": "slugg",
  3. "repo": "bengourley/slugg",
  4. "description": "Make strings url safe (with no dependencies)",
  5. "version": "0.1.3",
  6. "repository": "git@github.com:bengourley/slugg.git",
  7. "author": "Ben Gourley",
  8. "license": "BSD",
  9. "keywords": [
  10. "slug",
  11. "url",
  12. "string"
  13. ],
  14. "dependencies": {},
  15. "development": {},
  16. "main": "slugg.js",
  17. "scripts": [
  18. "slugg.js"
  19. ]
  20. }