forked from telefonicaid/notification_server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "push-notification-server",
"version": "0.5.1",
"author": "Telefónica I+D. 2012",
"description": "a push notification server for desktop and mobile",
"contributors": [
{
"name": "Fernando Rodriguez Sela",
"email": "[email protected]"
},
{
"name": "Guillermo López Leal",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/telefonicaid/notification_server"
},
"bugs": {
"url": "http://github.com/telefonicaid/notification_server/issues"
},
"keywords": [
"push",
"notification",
"server"
],
"dependencies": {
"node-uuid": "1.4.x",
"websocket": "1.0.x",
"mongodb": "1.x.x",
"amqp": "0.1.x",
"forever-monitor": "1.1.x",
"string" : "*"
},
"devDependencies": {
"vows": "0.7.x",
"nodetime": "*"
},
"engines": {
"node": ">=0.8.x"
},
"license": {
"type": "GNU Affero General Public License",
"url": "http://www.gnu.org/licenses/agpl-3.0.html"
},
"scripts": {
"test": "./node_modules/.bin/vows test/functional/*-test.js --spec ; ./node_modules/.bin/vows test/unit/*-test.js --spec"
}
}