{"_id":"package-name","_rev":"14-381f0cec358d9ca3f56ea61085edcf8f","name":"package-name","dist-tags":{"latest":"0.1.0"},"versions":{"0.0.2":{"name":"package-name","version":"0.0.2","author":{"name":"Your Name"},"_id":"package-name@0.0.2","maintainers":[{"name":"wordofchristian","email":"christian@cswebartisan.co"}],"homepage":"","dist":{"shasum":"a44e79521d37d2c7775eb88963dd92c988a36b2a","tarball":"https://registry.npmjs.org/package-name/-/package-name-0.0.2.tgz","integrity":"sha512-cGw2VoU6jk9bj+oagQDd3hEoX6mRcxVbzdl+tfauqle1R0ZYI4Yi3SKM4xrW6biCELx21VA5WlG3WOGIksXJPA==","signatures":[{"sig":"MEYCIQDzqFME88neEjb/TRw4NB4vwdSAS9+I3+qJwFUH8Er5xgIhAKyGIyFtLfAZ5xKA0dfhKiwzLiWZz8P91+B+IZ2kXR9T","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"readme":"# Brunch with Hampsters\n\n![](http://cl.ly/image/0z3D3Q0t2b1s/hampster.jpeg)\n\nThis is the Ember.js [Brunch](http://brunch.io/) app skeleton that I always wanted.\nAnd now I have it! Muwahahaah.\n\n## Languages\n\n- [CoffeeScript](http://coffeescript.org/)\n- [Stylus](http://learnboost.github.com/stylus/)\n- [Emblem.js](http://emblemjs.com/)\n\n## Bonus Features\n\n- [Swag v0.2.1](https://github.com/elving/swag)\n- [Font Awesome v3.0](https://github.com/FortAwesome/Font-Awesome)\n- [Modernizr v2.6.2](https://github.com/Modernizr/Modernizr)\n- [Brunch Auto-Reload v1.3.2](https://github.com/brunch/auto-reload-brunch)\n- [HTML5 Boilerplate v3.0.0](https://github.com/h5bp/html5-boilerplate)\n- [Coffeelint 1.4.4](https://github.com/ilkosta/coffeelint-brunch)\n- Whatever you want to add.\n\n## Getting started\n\n    brunch new <appname> --skeleton https://github.com/wordofchristian/brunch-with-hampsters\n    brunch w -s\n\nor\n\n    $ git clone git@github.com:wordofchristian/brunch-with-hampsters.git\n    $ npm install\n    $ brunch w -s\n\nor\n\n    $ git clone git@github.com:wordofchristian/brunch-with-hampsters.git && npm install && brunch w -s\n\n## Generators\n\nThere are some helpful generators to get you started.\n\nFirst install scaffolt\n\n    npm install -g scaffolt\n\nCalling `scaffolt controller corn` will make a new controller at\napp/controllers/corn.coffee\n\n    module.exports = CornController = Em.ObjectController.extend\n      content: null\n\nThe following generators are supported out of the box:\n\n- Controller\n- Model (T)\n- ModelTest\n- Style\n- Template\n- View (T)\n- ViewTest\n\n_(T) Denotes a generator that also generates it's own test file._\n\nAll the generators live inside the `/generators` directory. They are easily\ncustomizable and you can quickly create your own. See the [saffolt](https://github.com/paulmillr/scaffolt) for more information.\n\n\n##Testing\n\nIncludes mocha for testing.\n\n`./bin/test` will run all the tests from from the command line using phantom-js.\n\nIf you want to run the tests in the browser you can run `brunch w -s` and then\nvisit [localhost:3333/test/](http://localhost:3333/test/). This works with\nautoreload.\n\n## Kudos\nThis started as a frankenmoster of my favorite parts of\n[elving/brunch-with-hipsters](http://github.com/elving/brunch-with-hipsters)\nand [charlesjolley/ember-brunch](http://github.com/elving/charlesjolley/ember-brunch)\n\nSpecial thanks to both those smart brunchers.\n","engines":{"node":"~0.6.10 || 0.8 || 0.9"},"scripts":{"test":"./bin/test","start":"brunch watch --server"},"_npmUser":{"name":"wordofchristian","email":"christian@cswebartisan.co"},"repository":{"url":"","type":"git"},"_npmVersion":"1.1.70","description":"Package description","directories":{},"dependencies":{"css-brunch":">= 1.0 < 1.6","emblem-brunch":"~0.1.1","stylus-brunch":">= 1.0 < 1.6","clean-css-brunch":">= 1.0 < 1.6","uglify-js-brunch":">= 1.0 < 1.6","coffeelint-brunch":"> 1.0 < 1.5","javascript-brunch":">= 1.0 < 1.6","auto-reload-brunch":"> 1.0 < 1.5","coffee-script-brunch":">= 1.0 < 1.6"},"readmeFilename":"README.md","devDependencies":{"ws":"0.4.21","chai":"1.2.0","sinon":"1.4.2","sinon-chai":"2.1.2","mocha-phantomjs":"~2.0.0"}},"0.0.3":{"name":"package-name","version":"0.0.3","author":{"name":"Your Name"},"_id":"package-name@0.0.3","maintainers":[{"name":"wordofchristian","email":"christian@cswebartisan.co"}],"homepage":"","dist":{"shasum":"931c27a779db1febb6637704a988eb7ba6f2dc0c","tarball":"https://registry.npmjs.org/package-name/-/package-name-0.0.3.tgz","integrity":"sha512-mJ1o2TORisFGT7GEPG94IVkkKPy9EjaVCmrdwlAmtt6/2a1EMZW+dQingFcM+NkfehV801MQry3krVZYQILcmA==","signatures":[{"sig":"MEUCIC6i7PA7ZN22ry8yYN3CNoiIYc9EU1iiOFzzyZZ9BeQkAiEAlbEXFkJTeXBoMCeyIqwwKkc3Ye0WmKUmAPDZSKx1gHE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"readme":"# Brunch with Hampsters\n\n![](http://cl.ly/image/0z3D3Q0t2b1s/hampster.jpeg)\n\nThis is the Ember.js [Brunch](http://brunch.io/) app skeleton that I always wanted.\nAnd now I have it! Muwahahaah.\n\n## Languages\n\n- [CoffeeScript](http://coffeescript.org/)\n- [Stylus](http://learnboost.github.com/stylus/)\n- [Emblem.js](http://emblemjs.com/)\n\n## Bonus Features\n\n- [Swag v0.2.1](https://github.com/elving/swag)\n- [Font Awesome v3.0](https://github.com/FortAwesome/Font-Awesome)\n- [Modernizr v2.6.2](https://github.com/Modernizr/Modernizr)\n- [Brunch Auto-Reload v1.3.2](https://github.com/brunch/auto-reload-brunch)\n- [HTML5 Boilerplate v3.0.0](https://github.com/h5bp/html5-boilerplate)\n- [Coffeelint 1.4.4](https://github.com/ilkosta/coffeelint-brunch)\n- Whatever you want to add.\n\n## Getting started\n\n    brunch new <appname> --skeleton https://github.com/wordofchristian/brunch-with-hampsters\n    brunch w -s\n\nor\n\n    $ git clone git@github.com:wordofchristian/brunch-with-hampsters.git\n    $ npm install\n    $ brunch w -s\n\nor\n\n    $ git clone git@github.com:wordofchristian/brunch-with-hampsters.git && npm install && brunch w -s\n\n## Generators\n\nThere are some helpful generators to get you started.\n\nFirst install scaffolt\n\n    npm install -g scaffolt\n\nCalling `scaffolt controller corn` will make a new controller at\napp/controllers/corn.coffee\n\n    module.exports = CornController = Em.ObjectController.extend\n      content: null\n\nThe following generators are supported out of the box:\n\n- Controller\n- Model (T)\n- ModelTest\n- Style\n- Template\n- View (T)\n- ViewTest\n\n_(T) Denotes a generator that also generates it's own test file._\n\nAll the generators live inside the `/generators` directory. They are easily\ncustomizable and you can quickly create your own. See the [saffolt](https://github.com/paulmillr/scaffolt) for more information.\n\n\n##Testing\n\nIncludes mocha for testing.\n\n`./bin/test` will run all the tests from from the command line using phantom-js.\n\nIf you want to run the tests in the browser you can run `brunch w -s` and then\nvisit [localhost:3333/test/](http://localhost:3333/test/). This works with\nautoreload.\n\n## Kudos\nThis started as a frankenmoster of my favorite parts of\n[elving/brunch-with-hipsters](http://github.com/elving/brunch-with-hipsters)\nand [charlesjolley/ember-brunch](http://github.com/elving/charlesjolley/ember-brunch)\n\nSpecial thanks to both those smart brunchers.\n","engines":{"node":"~0.6.10 || 0.8 || 0.9"},"scripts":{"test":"./bin/test","start":"brunch watch --server"},"_npmUser":{"name":"wordofchristian","email":"christian@cswebartisan.co"},"repository":{"url":"","type":"git"},"_npmVersion":"1.1.70","description":"Package description","directories":{},"dependencies":{"css-brunch":">= 1.0 < 1.6","emblem-brunch":"~0.1.1","stylus-brunch":">= 1.0 < 1.6","clean-css-brunch":">= 1.0 < 1.6","uglify-js-brunch":">= 1.0 < 1.6","coffeelint-brunch":"> 1.0 < 1.5","javascript-brunch":">= 1.0 < 1.6","auto-reload-brunch":"> 1.0 < 1.5","coffee-script-brunch":">= 1.0 < 1.6"},"readmeFilename":"README.md","devDependencies":{"ws":"0.4.21","chai":"1.2.0","sinon":"1.4.2","sinon-chai":"2.1.2","mocha-phantomjs":"~2.0.0"}},"0.1.0":{"name":"package-name","version":"0.1.0","author":{"name":"Your Name"},"_id":"package-name@0.1.0","maintainers":[{"name":"wordofchristian","email":"christian@cswebartisan.co"}],"homepage":"","dist":{"shasum":"d55d1e4bac2c52c22f62612faaa748ad11999c79","tarball":"https://registry.npmjs.org/package-name/-/package-name-0.1.0.tgz","integrity":"sha512-Fe3bA+OFg0JdrX/Po0EKb8DTi/39Xkz3JZJDiKmhqClBxA7gn9IhEoZIhh6iExZRNlBCGilm24SvBA6DGw01/A==","signatures":[{"sig":"MEYCIQDPZPL0v62EIgjTC/uQVHaeZ50QVMXg/fzAsNIMWAklBAIhAM5YrezwldmKI3Ap5X3tpzq00U7rK3qG25VZE9ZjZbUz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"readme":"# Brunch with Hampsters\n\n![](http://cl.ly/image/0z3D3Q0t2b1s/hampster.jpeg)\n\nThis is the Ember.js [Brunch](http://brunch.io/) app skeleton that I always wanted.\nAnd now I have it! Muwahahaah.\n\n## Languages\n\n- [CoffeeScript](http://coffeescript.org/)\n- [Stylus](http://learnboost.github.com/stylus/)\n- [Emblem.js](http://emblemjs.com/)\n\n## Bonus Features\n\n- [Swag v0.2.1](https://github.com/elving/swag)\n- [Font Awesome v3.0](https://github.com/FortAwesome/Font-Awesome)\n- [Modernizr v2.6.2](https://github.com/Modernizr/Modernizr)\n- [Brunch Auto-Reload v1.3.2](https://github.com/brunch/auto-reload-brunch)\n- [HTML5 Boilerplate v3.0.0](https://github.com/h5bp/html5-boilerplate)\n- [Coffeelint 1.4.4](https://github.com/ilkosta/coffeelint-brunch)\n- Whatever you want to add.\n\n## Getting started\n\n    brunch new <appname> --skeleton https://github.com/wordofchristian/brunch-with-hampsters\n    brunch w -s\n\nor\n\n    $ git clone git@github.com:wordofchristian/brunch-with-hampsters.git\n    $ npm install\n    $ brunch w -s\n\nor\n\n    $ git clone git@github.com:wordofchristian/brunch-with-hampsters.git && npm install && brunch w -s\n\n## Generators\n\nThere are some helpful generators to get you started.\n\nFirst install scaffolt\n\n    npm install -g scaffolt\n\nCalling `scaffolt controller corn` will make a new controller at\napp/controllers/corn.coffee\n\n    module.exports = CornController = Em.ObjectController.extend\n      content: null\n\nThe following generators are supported out of the box:\n\n- Controller\n- Model (T)\n- ModelTest\n- Style\n- Template\n- View (T)\n- ViewTest\n\n_(T) Denotes a generator that also generates it's own test file._\n\nAll the generators live inside the `/generators` directory. They are easily\ncustomizable and you can quickly create your own. See the [saffolt](https://github.com/paulmillr/scaffolt) for more information.\n\n\n##Testing\n\nIncludes mocha for testing.\n\n`./bin/test` will run all the tests from from the command line using phantom-js.\n\nIf you want to run the tests in the browser you can run `brunch w -s` and then\nvisit [localhost:3333/test/](http://localhost:3333/test/). This works with\nautoreload.\n\n## Kudos\nThis started as a frankenmoster of my favorite parts of\n[elving/brunch-with-hipsters](http://github.com/elving/brunch-with-hipsters)\nand [charlesjolley/ember-brunch](http://github.com/elving/charlesjolley/ember-brunch)\n\nSpecial thanks to both those smart brunchers.\n","engines":{"node":"~0.6.10 || 0.8 || 0.9"},"scripts":{"test":"./bin/test","start":"brunch watch --server"},"_npmUser":{"name":"wordofchristian","email":"christian@cswebartisan.co"},"repository":{"url":"","type":"git"},"_npmVersion":"1.1.70","description":"Package description","directories":{},"dependencies":{"css-brunch":">= 1.0 < 1.6","emblem-brunch":"~0.1.1","stylus-brunch":">= 1.0 < 1.6","clean-css-brunch":">= 1.0 < 1.6","uglify-js-brunch":">= 1.0 < 1.6","coffeelint-brunch":"> 1.0 < 1.5","javascript-brunch":">= 1.0 < 1.6","auto-reload-brunch":"> 1.0 < 1.5","coffee-script-brunch":">= 1.0 < 1.6"},"readmeFilename":"README.md","devDependencies":{"ws":"0.4.21","chai":"1.2.0","sinon":"1.4.2","sinon-chai":"2.1.2","mocha-phantomjs":"~2.0.0"}}},"time":{"created":"2013-06-25T18:42:27.179Z","modified":"2025-09-24T09:01:10.611Z","0.0.2":"2013-06-25T18:42:28.172Z","0.0.3":"2013-06-25T18:45:51.628Z","0.1.0":"2013-07-29T19:37:49.420Z"},"author":{"name":"Your Name"},"repository":{"url":"","type":"git"},"description":"Package description","maintainers":[{"name":"wordofchristian","email":"christian@cswebartisan.co"}],"readme":"# Brunch with Hampsters\n\n![](http://cl.ly/image/0z3D3Q0t2b1s/hampster.jpeg)\n\nThis is the Ember.js [Brunch](http://brunch.io/) app skeleton that I always wanted.\nAnd now I have it! Muwahahaah.\n\n## Languages\n\n- [CoffeeScript](http://coffeescript.org/)\n- [Stylus](http://learnboost.github.com/stylus/)\n- [Emblem.js](http://emblemjs.com/)\n\n## Bonus Features\n\n- [Swag v0.2.1](https://github.com/elving/swag)\n- [Font Awesome v3.0](https://github.com/FortAwesome/Font-Awesome)\n- [Modernizr v2.6.2](https://github.com/Modernizr/Modernizr)\n- [Brunch Auto-Reload v1.3.2](https://github.com/brunch/auto-reload-brunch)\n- [HTML5 Boilerplate v3.0.0](https://github.com/h5bp/html5-boilerplate)\n- [Coffeelint 1.4.4](https://github.com/ilkosta/coffeelint-brunch)\n- Whatever you want to add.\n\n## Getting started\n\n    brunch new <appname> --skeleton https://github.com/wordofchristian/brunch-with-hampsters\n    brunch w -s\n\nor\n\n    $ git clone git@github.com:wordofchristian/brunch-with-hampsters.git\n    $ npm install\n    $ brunch w -s\n\nor\n\n    $ git clone git@github.com:wordofchristian/brunch-with-hampsters.git && npm install && brunch w -s\n\n## Generators\n\nThere are some helpful generators to get you started.\n\nFirst install scaffolt\n\n    npm install -g scaffolt\n\nCalling `scaffolt controller corn` will make a new controller at\napp/controllers/corn.coffee\n\n    module.exports = CornController = Em.ObjectController.extend\n      content: null\n\nThe following generators are supported out of the box:\n\n- Controller\n- Model (T)\n- ModelTest\n- Style\n- Template\n- View (T)\n- ViewTest\n\n_(T) Denotes a generator that also generates it's own test file._\n\nAll the generators live inside the `/generators` directory. They are easily\ncustomizable and you can quickly create your own. See the [saffolt](https://github.com/paulmillr/scaffolt) for more information.\n\n\n##Testing\n\nIncludes mocha for testing.\n\n`./bin/test` will run all the tests from from the command line using phantom-js.\n\nIf you want to run the tests in the browser you can run `brunch w -s` and then\nvisit [localhost:3333/test/](http://localhost:3333/test/). This works with\nautoreload.\n\n## Kudos\nThis started as a frankenmoster of my favorite parts of\n[elving/brunch-with-hipsters](http://github.com/elving/brunch-with-hipsters)\nand [charlesjolley/ember-brunch](http://github.com/elving/charlesjolley/ember-brunch)\n\nSpecial thanks to both those smart brunchers.\n","users":{"machio":true,"manojkumarcs":true,"sambo.wallet":true,"sumanthvelidi":true}}