Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deanmoses committed Mar 30, 2017
1 parent e9c3360 commit 2bafa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Uses the following technologies:
* [React.js](http://facebook.github.io/react/): A component-based Javascript View layer that I'm madly in love with. *So* much easier than Backbone views. And so fast.
* [Ampersand.js](http://ampersandjs.com/): Very similiar to Backbone.js but fully embraces tiny modules, npm, and browserify. I use it for its Models and Routing, not its Views.
* [Browserify](http://browserify.org/): The first javascript dependency management system that I can actually get working and KEEP working without having to think too hard. I *hate* Require.js and AMD. Browserify does its business using NPM and Node.js and I love it.
* [Gulp.js](http://gulpjs.com/): A javascript build system that replaces Grunt.js. Newer, faster, easier to use.
* [Gulp.js](http://gulpjs.com/): A javascript build system that replaces Grunt.js. Faster, easier to use.

Retrieves album data from tacocat's [ZenPhoto](http://www.zenphoto.org/) installation. Depends on this prototype JSON REST backend ([github](https://github.com/deanmoses/tacocat-gallery-zenphoto-rest-api)).

Expand Down

0 comments on commit 2bafa51

Please sign in to comment.