2015-10-27 17:40:38 +01:00
|
|
|
{
|
2016-07-20 22:15:01 +02:00
|
|
|
"name": "wekan",
|
2017-02-10 18:02:19 +02:00
|
|
|
"version": "0.11.1-rc1",
|
2015-10-27 17:40:38 +01:00
|
|
|
"description": "The open-source Trello-like kanban",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2017-03-23 00:34:35 -04:00
|
|
|
"lint": "eslint --ignore-pattern 'packages/*' .",
|
2016-07-21 12:52:32 +02:00
|
|
|
"test": "npm run --silent lint"
|
2015-10-27 17:40:38 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-02-10 18:02:19 +02:00
|
|
|
"url": "git+https://github.com/wekan/wekan.git"
|
2015-10-27 17:40:38 +01:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2017-02-10 18:02:19 +02:00
|
|
|
"url": "https://github.com/wekan/wekan/issues"
|
2015-10-27 17:40:38 +01:00
|
|
|
},
|
2017-02-10 18:02:19 +02:00
|
|
|
"homepage": "https://github.com/wekan/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
|
|
|
}
|
|
|
|
}
|