https://github.com/andreasprlic/proteinfeatureview
Revision fa28112a3f4a28a72ea4fb2a193973c0c7d5946e authored by Andreas Prlic on 18 September 2017, 04:03:23 UTC, committed by GitHub on 18 September 2017, 04:03:23 UTC
2 parent s 11ee825 + fc83a0e
Raw File
Tip revision: fa28112a3f4a28a72ea4fb2a193973c0c7d5946e authored by Andreas Prlic on 18 September 2017, 04:03:23 UTC
Merge pull request #3 from mmagnus/patch-2
Tip revision: fa28112
package.json
{
  "name": "proteinfeatureview",
  "version": "1.0.1",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-build-number": "^1.0.0",
    "grunt-contrib-jshint": "^0.11.1",
    "grunt-contrib-nodeunit": "~0.4.1",
    "grunt-contrib-uglify": "~0.5.1",
    "grunt-string-replace": "^1.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rcsb/proteinfeatureview"
  },
  "license": "GPL-3.0",
  "build": "285",
  "main": "proteinfeatureview",
  "dependencies": {
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-requirejs": "^0.4.4",
    "grunt-remove-logging": "^0.2.0"
  }
}
back to top