summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 2c41c25b6604c69ce4194c322f7f37a9dac76179 (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
{
  "name": "wekan",
  "version": "0.74.0",
  "description": "The open-source Trello-like 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": "^2.0.0"
  },
  "dependencies": {
    "babel-runtime": "^6.23.0",
    "bcrypt": "^1.0.3",
    "bson-ext": "^1.0.5",
    "es6-promise": "^4.1.0",
    "meteor-node-stubs": "^0.2.6",
    "os": "^0.1.1",
    "xss": "^0.3.3"
  }
}