2015-10-27 17:40:38 +01:00
|
|
|
{
|
2016-07-20 22:15:01 +02:00
|
|
|
"name": "wekan",
|
2016-12-16 14:03:29 +02:00
|
|
|
"version": "0.11.0",
|
2015-10-27 17:40:38 +01:00
|
|
|
"description": "The open-source Trello-like kanban",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2016-07-21 12:52:32 +02:00
|
|
|
"lint": "eslint .",
|
|
|
|
"test": "npm run --silent lint"
|
2015-10-27 17:40:38 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-01-13 21:18:00 +02:00
|
|
|
"url": "git+https://github.com/wefork/wekan.git"
|
2015-10-27 17:40:38 +01:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2017-01-13 21:18:00 +02:00
|
|
|
"url": "https://github.com/wefork/wekan/issues"
|
2015-10-27 17:40:38 +01:00
|
|
|
},
|
2017-01-13 21:18:00 +02:00
|
|
|
"homepage": "https://github.com/wefork/wekan",
|
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": {
|
2016-12-20 02:19:19 +01:00
|
|
|
"xss": "^0.3.3"
|
2015-10-27 17:40:38 +01:00
|
|
|
}
|
|
|
|
}
|