- Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
20 lines (20 loc) · 442 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 442 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "nodeRunner",
"description": "A Node.js app that runs scripts every second, minute, hour or day, each group in its own folder.",
"author": "Dave Winer <dave@smallpicture.com>",
"version": "0.7.1",
"scripts": {
"start": "node noderunner.js"
},
"dependencies" : {
"aws-sdk": "*",
"request": "*",
"daveutils": "*",
"daves3": "*",
"davehttp": "*"
},
"license": "MIT",
"engines": {
"node": "0.10.*"
}
}