-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.05 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
{
"name": "redis-connection-manager",
"version": "0.0.1",
"description": "Redis Connection Manager",
"main": "index.js",
"author": "SWINGDEV",
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/SwingDev/redis-connection-manager"
},
"keywords": [
"redis",
"connection",
"manager"
],
"dependencies": {
"error-handler": "git://github.com/SwingDev/error-handler.git",
"lodash": "^2.4.1",
"redis": "^2.8.0",
"url": "^0.10.1"
},
"devDependencies": {
"coffeelint": "^1.6.1",
"del": "^0.1.3",
"fs": "0.0.2",
"glob": "^4.0.6",
"gulp": "^3.8.11",
"gulp-chmod": "^1.2.0",
"gulp-coffee": "^2.2.0",
"gulp-coffeelint": "^0.4.0",
"gulp-concat": "^2.4.1",
"gulp-plumber": "^1.0.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-watch": "^4.1.1",
"map-stream": "0.0.5",
"merge-stream": "^0.1.6",
"run-sequence": "^1.0.1"
}
}