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 604B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "clarinet-benchmark",
  3. "description": "Benchmark to measure clarinet.js vs. the last published version",
  4. "version": "0.1.0",
  5. "main": "./index.js",
  6. "homepage": "https://github.com/dscape/clarinet",
  7. "private": true,
  8. "repository": {
  9. "type": "git",
  10. "url": "http://github.com/dscape/clarinet.git"
  11. },
  12. "bugs": {
  13. "url": "http://github.com/dscape/clarinet/issues"
  14. },
  15. "devDependencies": {
  16. "benchmark": "^2.1.4",
  17. "mocha": "1.3.x"
  18. },
  19. "scripts": {
  20. "test": "node index.js"
  21. },
  22. "license": "BSD-2-Clause",
  23. "dependencies": {
  24. "clarinet": "^0.12.1"
  25. }
  26. }