-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "commitrello",
"version": "1.0.0",
"description": "Convinient service to attach commits and pull requests with Trello stories, as well as moving stories to different Trello list when a pull request is open or merged. Only working with Bitbucket for now, Github coming soon.",
"scripts": {
"start": "node ./bin/www",
"dev": "./node_modules/.bin/nodemon start"
},
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"debug": "^2.6.9",
"express": "^4.16.3",
"hbs": "~4.0.1",
"morgan": "^1.9.0",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"serve-favicon": "^2.4.5"
},
"devDependencies": {
"nodemon": "^1.17.5"
},
"author": "Quentin Ribierre",
"license": "MIT"
}