2015-10-27 17:40:38 +01:00
|
|
|
{
|
2016-07-20 22:15:01 +02:00
|
|
|
"name": "wekan",
|
2016-01-02 17:15:19 +01:00
|
|
|
"version": "0.10.1",
|
2015-10-27 17:40:38 +01:00
|
|
|
"description": "The open-source Trello-like kanban",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2016-07-20 22:15:01 +02:00
|
|
|
"lint": "eslint .; exit 0",
|
|
|
|
"test": "npm run --silent lint; exit 0"
|
2015-10-27 17:40:38 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/wekan/wekan.git"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/wekan/wekan/issues"
|
|
|
|
},
|
2016-01-02 17:15:19 +01:00
|
|
|
"homepage": "https://wekan.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": {
|
|
|
|
"xss": "^0.2.13"
|
2015-10-27 17:40:38 +01:00
|
|
|
}
|
|
|
|
}
|