mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 03:57:07 -04:00
25 lines
548 B
JSON
25 lines
548 B
JSON
{
|
|
"name": "wekan",
|
|
"version": "0.17.0",
|
|
"description": "The open-source Trello-like kanban",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint --ignore-pattern 'packages/*' .",
|
|
"test": "npm run --silent lint"
|
|
},
|
|
"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": {
|
|
"xss": "^0.3.3"
|
|
}
|
|
}
|