Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. {
  2. "name": "e-learning-git-2-prime",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "dependencies": {
  7. "autoprefixer-cli": "^1.0.0",
  8. "browser-sync": "^2.23.6",
  9. "globstar": "^1.0.0"
  10. },
  11. "devDependencies": {
  12. "nu-html-checker": "^0.1.0"
  13. },
  14. "scripts": {
  15. "test": "npm run test:html",
  16. "test:html": "globstar nu-html-checker *.html"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://github.com/maciekmacku/Learning-git-2-prime.git"
  21. },
  22. "keywords": [],
  23. "author": "",
  24. "license": "ISC",
  25. "bugs": {
  26. "url": "https://github.com/maciekmacku/Learning-git-2-prime/issues"
  27. },
  28. "homepage": "https://github.com/maciekmacku/Learning-git-2-prime#readme"
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement