React sample video recording app

package.json 341B

12345678910111213141516
  1. {
  2. "name": "cal",
  3. "version": "1.0.0",
  4. "description": "node CLI command that display the next three month",
  5. "main": "cal.js",
  6. "scripts": {
  7. "start": "node cal.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "ssh://git@git.coldiary.eu:10022/coldiary/cal.js.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC"
  16. }