App created during angularjs bootcamp.

package.json 689B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "angularjs-bootcamp-app",
  3. "version": "1.0.0",
  4. "description": "My angularjs bootcamp app",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://gitlab.com/azrazalea/angularjs-bootcamp-app.git"
  12. },
  13. "author": "Lily Carpenter",
  14. "license": "New BSD",
  15. "bugs": {
  16. "url": "https://gitlab.com/azrazalea/angularjs-bootcamp-app/issues"
  17. },
  18. "homepage": "https://gitlab.com/azrazalea/angularjs-bootcamp-app",
  19. "dependencies": {
  20. "bower": "^1.3.12",
  21. "gulp": "^3.8.10",
  22. "gulp-connect": "^2.2.0",
  23. "gulp-plumber": "^0.6.6",
  24. "gulp-watch": "^1.1.0"
  25. }
  26. }