view package.json @ 7392:b2c15f308ad2

hg: use localrepo.instance instead of invoking localrepository directly The instance method has been available for very long time and does almost the same thing. Also, for Mercurial 4.8, the create functionality is only available on the instance factory.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 29 Oct 2018 01:20:08 +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"
  }
}