forked from telefonicaid/PopBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"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]:mrutid/PopBox.git"
},
"dependencies":{
"async":"0.1.18",
"redis":"0.7.1",
"express":"2.5.8",
"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"
},
"devDependencies": {
"mocha": "1.3.0",
"should": "1.0.0"
},
"scripts": {
"test": "make test -C ./tests"
}
}