forked from openaplis/ap-job-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 801 Bytes
/
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
{
"name": "ap-job-runner",
"version": "0.0.1",
"description": "ap-job-runner",
"main": "src/index.js",
"scripts": {
"start": "set NODE_ENV=PROD && node src/index.js",
"dev": "set NODE_ENV=DEV && node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openaplis/ap-job-runner.git"
},
"author": "Sid Harder",
"license": "MIT",
"bugs": {
"url": "https://github.com/openaplis/ap-job-runner/issues"
},
"homepage": "https://github.com/openaplis/ap-job-runner#readme",
"dependencies": {
"ap-mysql": "*",
"ap-object": "*",
"ap-protobuf": "*",
"async": "^2.1.5",
"bson-objectid": "^1.1.5",
"cron": "^1.2.1",
"grpc": "^1.2.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"winston": "^2.3.1"
}
}