mirror of
https://github.com/wekan/wekan.git
synced 2025-04-21 12:37:07 -04:00
35 lines
794 B
JSON
35 lines
794 B
JSON
{
|
|
"name": "wekan",
|
|
"version": "1.34.0",
|
|
"description": "The 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": "^6.26.0",
|
|
"bson-ext": "^2.0.0",
|
|
"es6-promise": "^4.2.4",
|
|
"meteor-node-stubs": "^0.4.1",
|
|
"os": "^0.1.1",
|
|
"page": "^1.8.6",
|
|
"qs": "^6.5.2",
|
|
"xss": "^1.0.3"
|
|
}
|
|
}
|