summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 78b84ea87a2d8f098a29f1760fc916a1ddf0f5f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "wekan",
  "version": "0.11.1-rc1",
  "description": "The open-source Trello-like kanban",
  "private": true,
  "scripts": {
    "lint": "eslint .",
    "test": "npm run --silent lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wekan/wekan.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wekan/wekan/issues"
  },
  "homepage": "https://github.com/wekan/wekan",
  "devDependencies": {
    "eslint": "^2.0.0"
  },
  "dependencies": {
    "xss": "^0.3.3"
  }
}