forked from telefonicaid/Rush
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (54 loc) · 1.25 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
{
"name": "Rush",
"version": "0.0.1",
"author": "Transversal Development",
"description": "a simple HTTP-Reayer",
"contributors": [
{
"name": "Carlos Romero Brox",
"email": "[email protected]"
},
{
"name": "Marcos Reyes",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://[email protected]/mrutid/Rush.git"
},
"dependencies": {
"express": "3.2.4",
"redis": "0.8.4",
"node-uuid": "*",
"async": "*",
"mongodb": "*",
"hooker": "*",
"logger": "https://github.com/telefonicaid/pditclogger/tarball/new_log_format",
"performanceFramework": "https://github.com/PDI-DGS-Protolab/performanceFramework/tarball/master"
},
"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",
"should": "1.2.0",
"superagent": "0.14.9"
},
"license": "AGPL",
"engine": {
"node": "0.6.6"
},
"scripts": {
"test": "grunt test"
}
}