summaryrefslogtreecommitdiffstats
path: root/package.json
blob: c8123b5f0fa4d166ad5a710814d67514b0011f59 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "name": "wekan",
  "version": "v2.75.0",
  "description": "Open-Source kanban",
  "private": true,
  "scripts": {
    "lint": "eslint --ignore-pattern 'packages/*' .",
    "test": "npm run --silent lint"
  },
  "eslintConfig": {
    "extends": "@meteorjs/eslint-config-meteor"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wekan/wekan.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wekan/wekan/issues"
  },
  "homepage": "https://wekan.github.io",
  "devDependencies": {
    "eslint": "^4.19.1"
  },
  "dependencies": {
    "@babel/runtime": "^7.1.2",
    "babel-runtime": "^6.26.0",
    "bson-ext": "^2.0.0",
    "es6-promise": "^4.2.4",
    "hoek": "^5.0.4",
    "meteor-node-stubs": "^0.4.1",
    "os": "^0.1.1",
    "page": "^1.8.6",
    "qs": "^6.5.2",
    "source-map-support": "^0.5.9",
    "xss": "^1.0.3"
  }
}