mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 03:57:07 -04:00
36 lines
838 B
JSON
36 lines
838 B
JSON
{
|
|
"name": "wekan",
|
|
"version": "0.34.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.2",
|
|
"bson": "^1.0.4",
|
|
"es6-promise": "^4.1.0",
|
|
"meteor-node-stubs": "^0.2.6",
|
|
"os": "^0.1.1",
|
|
"winston": "^2.3.1",
|
|
"winston-zulip": "0.0.6",
|
|
"xss": "^0.3.3"
|
|
}
|
|
}
|