-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 876 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 876 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
{
"name": "push-service",
"description": "A direct interface for Apple and Android push notifications.",
"version": "0.1.0",
"homepage" : "https://github.com/tart/push-service",
"contributors": [
"Mert Dogar <mert.dogar@startup.kitchen>",
"Deniz Gurkaynak <deniz.gurkaynak@startup.kitchen>"
],
"copyright" : "Copyright (c) 2014 Startup Kitchen. All rights reserved.",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"apn": "1.6.2",
"async": "0.9.0",
"body-parser": "1.8.1",
"cookie-parser": "1.3.3",
"debug": "2.0.0",
"express": "4.9.0",
"jade": "1.6.0",
"lodash": "2.4.1",
"mongoose": "3.8.16",
"morgan": "1.3.0",
"node-gcm": "0.9.12",
"optimist": "0.6.1",
"serve-favicon": "2.1.3"
}
}