dev-coop/meancoach

View on GitHub
meancoach_project/bower.json

Summary

Maintainability
Test Coverage
{
  "name": "meancoach",
  "version": "0.1.0",
  "homepage": "https://github.com/dev-coop/meancoach",
  "authors": [
    "Eric Carmichael <eric@ckcollab.com>"
  ],
  "description": "Have goals? Mean coach will make you reach them!",
  "main": "static/js/main.js, static/css/main.css",
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "gulp": "~3.8.11",
    "bootstrap": "~3.3.4",
    "riot": "~2.0.15",
    "moment": "~2.10.2",
    "q": "~2.0.2",
    "lodash": "~3.8.0",
    "animate.styl": "~1.0.4"
  }
}