Skip to content

Commit

Permalink
Merge pull request #36 from andrewhao/cleanup-maintenance
Browse files Browse the repository at this point in the history
Maintenance work
  • Loading branch information
andrewhao committed Dec 4, 2015
2 parents 73342d5 + 485c88a commit 88f0fa6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,4 +1,5 @@
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "4.2"
- "5.0"
4 changes: 3 additions & 1 deletion README.md
@@ -1,6 +1,6 @@
# shmile is a nodejs-based photobooth.

![Shmile in action](http://farm8.staticflickr.com/7234/7154204305_9b146192dd_z.jpg)
[![https://gyazo.com/f26fb9f246d92d92b1d4e3f008ba9d7d](https://i.gyazo.com/f26fb9f246d92d92b1d4e3f008ba9d7d.gif)](https://gyazo.com/f26fb9f246d92d92b1d4e3f008ba9d7d)

[![Build Status](https://travis-ci.org/porkbuns/shmile.svg?branch=master)](https://travis-ci.org/porkbuns/shmile)
[![Code Climate](https://codeclimate.com/github/porkbuns/shmile/badges/gpa.svg)](https://codeclimate.com/github/porkbuns/shmile)
Expand Down Expand Up @@ -125,6 +125,8 @@ subsystem from the UI so you can test end-to-end without the camera. To this end
* Touch-enabled Web gallery interface courtesy of [PhotoSwipe](http://www.photoswipe.com). Fork it: https://github.com/codecomputerlove/PhotoSwipe
* shmile is a port of [boink](http://github.com/andrewhao/boink), the original Rails-based photobooth written by Glen Wong and myself.

![Shmile in action](http://farm8.staticflickr.com/7234/7154204305_9b146192dd_z.jpg)

### License

#### GPLv2
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -19,6 +19,6 @@
"tests"
],
"dependencies": {
"shmile-ui": "andrewhao/shmile-ui"
"shmile-ui": "andrewhao/shmile-ui#f5464546679c797636b0dc0bcaecc1b5e6b81bdb"
}
}
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -32,13 +32,14 @@
"dotenv": "~0.3.0"
},
"devDependencies": {
"gulp": "~3.6.2",
"bower": "^1.6.8",
"chai": "*",
"mocha": "~1.19.0",
"fs-extra": "~0.11.0",
"gulp": "~3.6.2",
"gulp-spawn-mocha": "~0.1.4",
"sinon": "~1.10.0",
"mocha": "~1.19.0",
"rewire": "~2.0.1",
"fs-extra": "~0.11.0"
"sinon": "~1.10.0"
},
"engines": [
"node >=0.8.0"
Expand Down

0 comments on commit 88f0fa6

Please sign in to comment.