2015-10-27 17:40:38 +01:00
|
|
|
{
|
2016-07-20 22:15:01 +02:00
|
|
|
"name": "wekan",
|
2017-09-25 19:47:10 +03:00
|
|
|
"version": "0.43.0",
|
2015-10-27 17:40:38 +01:00
|
|
|
"description": "The open-source Trello-like kanban",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2017-03-23 00:34:35 -04:00
|
|
|
"lint": "eslint --ignore-pattern 'packages/*' .",
|
2016-07-21 12:52:32 +02:00
|
|
|
"test": "npm run --silent lint"
|
2015-10-27 17:40:38 +01:00
|
|
|
},
|
2017-04-27 20:49:24 +03:00
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": "@meteorjs/eslint-config-meteor"
|
|
|
|
|
},
|
2015-10-27 17:40:38 +01:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2017-02-10 18:02:19 +02:00
|
|
|
"url": "git+https://github.com/wekan/wekan.git"
|
2015-10-27 17:40:38 +01:00
|
|
|
},
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
2017-02-10 18:02:19 +02:00
|
|
|
"url": "https://github.com/wekan/wekan/issues"
|
2015-10-27 17:40:38 +01:00
|
|
|
},
|
2017-03-24 22:31:59 +02:00
|
|
|
"homepage": "https://wekan.github.io",
|
2015-10-27 17:40:38 +01:00
|
|
|
"devDependencies": {
|
2016-02-13 03:12:01 +01:00
|
|
|
"eslint": "^2.0.0"
|
2016-07-18 16:56:15 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2017-03-30 12:29:20 +03:00
|
|
|
"babel-runtime": "^6.23.0",
|
2017-04-27 20:40:07 +03:00
|
|
|
"bcrypt": "^1.0.2",
|
|
|
|
|
"bson": "^1.0.4",
|
|
|
|
|
"es6-promise": "^4.1.0",
|
2017-06-23 14:23:57 +03:00
|
|
|
"meteor-node-stubs": "^0.2.6",
|
2017-08-03 09:24:40 +09:00
|
|
|
"os": "^0.1.1",
|
2017-04-19 16:16:31 +02:00
|
|
|
"winston": "^2.3.1",
|
|
|
|
|
"winston-zulip": "0.0.6",
|
2016-12-20 02:19:19 +01:00
|
|
|
"xss": "^0.3.3"
|
2015-10-27 17:40:38 +01:00
|
|
|
}
|
|
|
|
|
}
|