UNPKG

1.62 kBJSONView Raw
1{
2 "name": "@dendra-science/worker-tasks-csi",
3 "version": "0.0.13",
4 "description": "Worker tasks for loading CSI (Campbell Scientific, Inc.) data.",
5 "license": "BSD-2-Clause-FreeBSD",
6 "author": "J. Scott Smith <scott@newleafsolutionsinc.com>",
7 "main": "dist/index.js",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/DendraScience/dendra-worker-tasks-csi.git"
11 },
12 "scripts": {
13 "babel": "babel src -d dist",
14 "build": "npm run lint && npm run clean && npm run babel",
15 "clean": "rm -rf dist/*",
16 "lint": "eslint src",
17 "lint-test": "eslint test",
18 "test": "npm run lint-test && NODE_ENV=test mocha test --recursive --use_strict",
19 "test:build": "npm run build && npm run test",
20 "test:watch": "chokidar --initial 'src/**/*.js' 'test/**/*.js' -c 'npm run test:build'"
21 },
22 "engines": {
23 "node": ">=6.11.0"
24 },
25 "dependencies": {
26 "@dendra-science/csi-ldmp-client": "0.0.3",
27 "@dendra-science/utils-moment": "0.0.1",
28 "moment": "^2.20.1",
29 "request": "^2.82.0"
30 },
31 "devDependencies": {
32 "@dendra-science/task-machine": "0.0.2",
33 "babel-cli": "^6.26.0",
34 "babel-core": "^6.26.0",
35 "babel-preset-env": "^1.6.1",
36 "chai": "^4.1.1",
37 "eslint": "^4.14.0",
38 "eslint-config-standard": "^10.2.1",
39 "eslint-plugin-import": "^2.8.0",
40 "eslint-plugin-node": "^5.2.1",
41 "eslint-plugin-promise": "^3.6.0",
42 "eslint-plugin-standard": "^3.0.1",
43 "feathers": "^2.2.3",
44 "feathers-hooks": "^2.1.2",
45 "feathers-rest": "^1.8.1",
46 "mocha": "^4.0.1"
47 },
48 "optionalDependencies": {
49 "fsevents": "^1.0.0"
50 }
51}