-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.14 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": "azazel",
"version": "1.0.0",
"description": "File transporter",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anistark/azazel.git"
},
"keywords": [
"azazel",
"anistark",
"file",
"teleport",
"transport",
"download",
"upload"
],
"author": "Kumar Anirudha <anirudhastark@yahoo.com> (http://anirudha.org)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/anistark/azazel/issues"
},
"homepage": "https://github.com/anistark/azazel#readme",
"dependencies": {
"async": "^2.5.0",
"aws-sdk": "^2.117.0",
"body-parser": "^1.18.1",
"chokidar": "^1.7.0",
"cluster": "^0.7.7",
"colors": "^1.1.2",
"compression": "^1.7.0",
"exports": "0.0.1",
"moment": "^2.18.1",
"morgan": "^1.8.2",
"pm2": "^2.7.0",
"redis": "^2.8.0",
"request": "^2.81.0",
"sqs-consumer": "^3.7.0"
},
"devDependencies": {
"coveralls": "^2.13.2",
"jscoverage": "^0.6.0",
"mocha-lcov-reporter": "^1.3.0",
"nodeunit": "^0.11.1"
}
}