https://github.com/Styrkur/styrkur-app
Raw File
Tip revision: 6f6d12313ef39d37525ef37fd22796e1e8f2336c authored by Ævar Eggertsson on 22 July 2016, 00:47:02 UTC
Edit and delete workout instance
Tip revision: 6f6d123
package.json
{
  "name": "Styrkur",
  "version": "1.1.5",
  "private": true,
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-jshint": "~0.6.3",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt-contrib-uglify": "~0.2.2",
    "lodash": "~2.4.1",
    "matchdep": "~0.3.0",
    "grunt-node-webkit-builder": "~0.1.18",
    "grunt-contrib-requirejs": "~0.4.3",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-contrib-csslint": "~0.4.0"
  }
}
back to top