summaryrefslogtreecommitdiff
path: root/package.json
blob: 88ec58cbd215901cec13a23769be40ebae23d8a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "kanboard",
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-cli": "^1.2.2",
    "gulp-concat": "^2.6.1",
    "gulp-sass": "^3.0.0",
    "gulp-uglify": "^2.0.0",
    "jshint": "^2.9.4"
  },
  "dependencies": {
    "textarea-caret": "^3.0.2"
  }
}