wekan/package.json

36 lines
806 B
JSON
Raw Normal View History

{
"name": "wekan",
2018-08-09 17:11:02 +03:00
"version": "1.26.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
"lint": "eslint --ignore-pattern 'packages/*' .",
"test": "npm run --silent lint"
},
"eslintConfig": {
"extends": "@meteorjs/eslint-config-meteor"
},
"repository": {
"type": "git",
2017-02-10 18:02:19 +02:00
"url": "git+https://github.com/wekan/wekan.git"
},
"license": "MIT",
"bugs": {
2017-02-10 18:02:19 +02:00
"url": "https://github.com/wekan/wekan/issues"
},
2017-03-24 22:31:59 +02:00
"homepage": "https://wekan.github.io",
"devDependencies": {
2018-05-18 09:09:21 +00:00
"eslint": "^4.19.1"
2016-07-18 16:56:15 +02:00
},
"dependencies": {
2018-05-10 09:52:43 +03:00
"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",
2018-07-30 17:28:52 +03:00
"page": "^1.8.6",
"qs": "^6.5.2",
2018-07-26 15:41:04 +03:00
"xss": "^1.0.3"
}
}