package.json 745 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "sample-files",
  3. "version": "0.0.0",
  4. "license": "MIT",
  5. "dependencies": {},
  6. "scripts": {
  7. "doc": "./node_modules/.bin/compodoc -p src/tsconfig.json"
  8. },
  9. "peerDependencies": {
  10. "@angular/forms": ">=4.0.0"
  11. },
  12. "devDependencies": {
  13. "@compodoc/compodoc": "https://github.com/compodoc/compodoc/tarball/develop",
  14. "typescript": "~3.1.1"
  15. },
  16. "description": "Demo for project",
  17. "keywords": [
  18. "documentation",
  19. "angular"
  20. ],
  21. "homepage": "https://github.com/just-a-repo",
  22. "bugs": "https://github.com/just-a-repo/issues",
  23. "url": "https://github.com/just-a-repo",
  24. "repository": "https://github.com/just-a-repo",
  25. "author": "The author"
  26. }