-
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) · 910 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 910 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": "sand-schedule",
"version": "2.0.7",
"description": "A simple sand.js plugin to simplify job scheduling",
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@github.com:pocketly/sand-cron"
},
"keywords": [
"sand",
"cron",
"job",
"scheduling"
],
"author": "Adam Jaso",
"license": "ISC",
"bugs": {
"url": "https://github.com/pocketly/sand-cron/issues"
},
"homepage": "https://github.com/pocketly/sand-schedule",
"devDependencies": {
"mocha": "^2.1.0",
"sand": "^1.2.5",
"should": "^6.0.1",
"sinon": "^1.12.2",
"sand-lockd": "^1.0.0",
"lockd": "^0.1.0"
},
"dependencies": {
"lodash": "^3.5.0",
"node-schedule": "^0.2.6",
"sand-grain": "1.1.1",
"require-all": "^1.0.0"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
}
}