-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 937 Bytes
/
package.json
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
{
"name": "celery-whiplash",
"version": "0.0.1",
"description": "A library for interacting between TMs Celery store and Whiplash Fulfillment House",
"scripts": {
"start": "node ./whiplash/bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/technicalmachine/celery-whiplash.git"
},
"author": "Jon McKay <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/technicalmachine/celery-whiplash/issues"
},
"homepage": "https://github.com/technicalmachine/celery-whiplash",
"dependencies": {
"async": "^0.9.0",
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"express": "~4.2.0",
"jade": "~1.3.0",
"morgan": "~1.0.0",
"node-zendesk": "0.0.15",
"q": "^1.0.1",
"request": "^2.45.0",
"static-favicon": "~1.0.0",
"try-celery": "^0.0.3",
"underscore": "^1.7.0",
"whiplash": "0.0.3"
}
}