-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
70 lines (69 loc) · 1.6 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "PopBox",
"version": "0.0.2",
"author": "Transversal Development",
"description": "a simple queue notification-box",
"contributors": [
{
"name": "Carlos Romero Brox",
"email": "[email protected]"
},
{
"name": "Marcos Reyes",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "[email protected]:telefonicaid/PopBox.git"
},
"dependencies":{
"async":"0.1.18",
"redis":"0.7.1",
"express":"3.2.4",
"jade":"0.27.2",
"node-uuid":"1.3.3",
"mongodb":"1.1.7",
"restler":"2.0.1",
"hooker":"*",
"logger":"https://github.com/telefonicaid/pditclogger/tarball/master",
"performanceFramework":"https://github.com/PDI-DGS-Protolab/performanceFramework/tarball/master",
"should": "1.2.2",
"forever": "0.10.8",
"daemon": "1.1.0",
"socket.io": "0.8.7",
"socket.io-client": "0.9.11"
},
"bugs": {
"url": "https://github.com/telefonicaid/PopBox/issues"
},
"licenses": [
{
"type": "GPL",
"url": "https://raw.github.com/telefonicaid/PopBox/master/License.txt"
}
],
"main": "lib/agent.js",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.5.3",
"grunt-contrib-watch": "~0.4.3",
"grunt": "~0.4.1",
"grunt-plato": "0.2.0",
"mocha": "~1.9.0",
"grunt-simple-mocha": "~0.4.0",
"chai": "~1.5.0",
"sinon": "~1.6.0",
"istanbul": "~0.1.34",
"grunt-exec": "~0.4.0",
"dox-foundation": "*",
"grunt-cli": "0.1.8",
"request": "2.21.0"
},
"keywords": []
}