view package.json @ 7421:1da20efed85f

tests: add tests for commenting on pullrequests Starting from the existing tests for commenting on a changeset, adapt them to test the commenting feature on pullrequests.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Mon, 19 Nov 2018 22:07:26 +0100
parents 6c3bb9a845d7
children b66725ba01ed
line wrap: on
line source

{
  "name": "kallithea",
  "private": true,
  "dependencies": {
    "bootstrap": "3.3.7"
  },
  "devDependencies": {
    "less": "~2.7",
    "less-plugin-clean-css": "~1.5"
  },
  "scripts": {
    "less": "lessc --relative-urls --source-map --source-map-less-inline kallithea/public/less/main.less kallithea/public/css/style.css"
  }
}