├── .gitignore ├── LICENSE ├── README.md ├── autocow.js ├── cows.gif └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcollina/autocow/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcollina/autocow/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcollina/autocow/HEAD/README.md -------------------------------------------------------------------------------- /autocow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcollina/autocow/HEAD/autocow.js -------------------------------------------------------------------------------- /cows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcollina/autocow/HEAD/cows.gif -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcollina/autocow/HEAD/package.json --------------------------------------------------------------------------------