summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 16 insertions, 6 deletions
diff --git a/package.json b/package.json
index facbda35..58b647e3 100644
--- a/package.json
+++ b/package.json
@@ -1,25 +1,35 @@
{
"name": "wekan",
- "version": "0.11.0",
+ "version": "0.23.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
- "lint": "eslint .",
+ "lint": "eslint --ignore-pattern 'packages/*' .",
"test": "npm run --silent lint"
},
+ "eslintConfig": {
+ "extends": "@meteorjs/eslint-config-meteor"
+ },
"repository": {
"type": "git",
- "url": "git+https://github.com/wefork/wekan.git"
+ "url": "git+https://github.com/wekan/wekan.git"
},
"license": "MIT",
"bugs": {
- "url": "https://github.com/wefork/wekan/issues"
+ "url": "https://github.com/wekan/wekan/issues"
},
- "homepage": "https://github.com/wefork/wekan",
+ "homepage": "https://wekan.github.io",
"devDependencies": {
"eslint": "^2.0.0"
},
"dependencies": {
- "xss": "^0.2.13"
+ "babel-runtime": "^6.23.0",
+ "bcrypt": "^1.0.2",
+ "bson": "^1.0.4",
+ "es6-promise": "^4.1.0",
+ "meteor-node-stubs": "^0.2.6",
+ "winston": "^2.3.1",
+ "winston-zulip": "0.0.6",
+ "xss": "^0.3.3"
}
}