https://github.com/aces/brainbrowser
Raw File
Tip revision: fe0ce114c6cd8e317a6bdd9b7ef97cbf1c38309d authored by Pierre Rioux on 01 November 2019, 22:04:40 UTC
Merge pull request #349 from aces/dependabot/npm_and_yarn/bower-1.8.8
Tip revision: fe0ce11
package.json
{
  "name": "brainbrowser",
  "version": "2.5.5",
  "license": "GNU Affero GPL 3.0",
  "devDependencies": {
    "bower": "~1.8.8",
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "~0.6.4",
    "grunt-contrib-uglify": "~0.2.4",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-docular": "~0.1.2",
    "grunt-contrib-compress": "~0.5.3",
    "grunt-contrib-qunit": "~0.5.1"
  },
  "scripts" : {
      "test": "grunt"
  }
}
back to top