-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 982 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 982 Bytes
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
{
"name": "clever-background-tasks",
"description": "Background processing for the CleverStack Framework",
"version": "1.0.2",
"main": "module.js",
"author": {
"name": "CleverStack",
"email": "admin@cleverstack.io",
"web": "http://www.cleverstack.io"
},
"collaborators": [
"Richard Gustin <richard.gustin86@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/CleverStack/clever-background-tasks.git"
},
"bugs": {
"url": "https://github.com/CleverStack/clever-background-tasks/issues"
},
"keywords": [
"cleverstack-module",
"cleverstack",
"cleverstack backend",
"backend",
"framework",
"background tasks",
"child process",
"cluster",
"background processing"
],
"license": "BSD-2-Clause",
"dependencies": {
"memcached": "~0.2.6",
"redis": "~0.12.1",
"moment": "~2.5.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-prompt": "~1.1.0"
}
}