-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 855 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 855 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
26
27
28
29
30
31
32
33
34
35
36
{
"name": "trello-for-redmine",
"version": "1.0.0-beta",
"private": true,
"scripts": {
"start": "forever ./bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/hazemhagrass/trello-for-redmine"
},
"dependencies": {
"body-parser": "~1.10.2",
"cookie-parser": "~1.3.3",
"crc": "^3.2.1",
"debug": "~2.1.1",
"depd": "^1.0.0",
"destroy": "^1.0.3",
"express": "~4.11.1",
"forwarded": "^0.1.0",
"ipaddr.js": "^0.1.8",
"jade": "~1.9.1",
"mime": "^1.3.4",
"morgan": "~1.5.1",
"ms": "^0.7.0",
"on-finished": "^2.2.0",
"promised-redmine": "^0.2.9",
"serve-favicon": "^2.2.0",
"underscore-node": "^0.1.2",
"forever": "~0.14.1",
"redis": "~0.12.1",
"cookie-session": "~1.1.0",
"connect-multiparty": "~1.2.5",
"request": "~2.53.0"
}
}