James Peret's personal portfolio website version 2. Built with Famous.js and AngularJS.

package.json 625B

1234567891011121314151617181920212223
  1. {
  2. "name": "famous-angular",
  3. "version": "0.1.0",
  4. "devDependencies": {
  5. "grunt": "~0.4.5",
  6. "grunt-bower": "^0.19.0",
  7. "grunt-contrib-concat": "^0.5.1",
  8. "grunt-contrib-copy": "^0.8.0",
  9. "grunt-contrib-cssmin": "^0.12.3",
  10. "grunt-contrib-jshint": "~0.10.0",
  11. "grunt-contrib-nodeunit": "~0.4.1",
  12. "grunt-contrib-qunit": "^0.7.0",
  13. "grunt-contrib-uglify": "^0.9.1",
  14. "grunt-contrib-watch": "^0.6.1",
  15. "grunt-filerev": "^2.3.1",
  16. "grunt-serve": "^0.1.6",
  17. "grunt-sftp-deploy": "^0.2.4",
  18. "grunt-usemin": "^3.0.0",
  19. "grunt-wiredep": "^2.0.0",
  20. "jshint-stylish": "^2.0.1"
  21. }
  22. }