36 lines
790 B
JSON
36 lines
790 B
JSON
{
|
|
"name": "TaigaIO-Events",
|
|
"version": "0.0.1",
|
|
"description": "Taiga project management system (events)",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"Taiga",
|
|
"Agile",
|
|
"Project Management",
|
|
"Github"
|
|
],
|
|
"author": "Kaleidos OpenSource SL",
|
|
"license": "AGPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/taigaio/taiga-events.git"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^3.8.11",
|
|
"gulp-cache": "^0.3.0",
|
|
"gulp-coffee": "^2.3.3",
|
|
"gulp-coffeelint": "^0.5.0",
|
|
"gulp-nodemon": "^2.0.4",
|
|
"gulp-plumber": "^1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"amqplib": "^0.5.1",
|
|
"base64-url": "^1.2.1",
|
|
"bluebird": "^2.9.10",
|
|
"minimist": "^1.2.0",
|
|
"node-uuid": "^1.4.2",
|
|
"winston": "^3.0.0-rc5",
|
|
"ws": "^2.0.3"
|
|
}
|
|
}
|