UNPKG

1.6 kBJSONView Raw
1{
2 "name": "friendly-sharefile-worker",
3 "version": "1.0.14",
4 "description": "Friendly sharefile worker",
5 "main": "index.js",
6 "scripts": {
7 "start": "node command.js",
8 "test": "mocha",
9 "coverage": "nyc npm test",
10 "mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json",
11 "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/octoblu/friendly-sharefile-worker.git"
16 },
17 "keywords": [
18 "Sharefile",
19 "Worker",
20 "Friendly",
21 "Citrix",
22 "Octoblu"
23 ],
24 "author": "Octoblu Inc, <npm@octoblu.com>",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/octoblu/friendly-sharefile-worker/issues"
28 },
29 "homepage": "https://github.com/octoblu/friendly-sharefile-worker#readme",
30 "devDependencies": {
31 "chai": "^3.5.0",
32 "coffee-coverage": "^2.0.1",
33 "coffee-script": "^1.10.0",
34 "mocha": "^3.4.1",
35 "mocha-multi": "^0.11.0",
36 "mocha-osx-reporter": "^0.1.2",
37 "nyc": "^10.3.2",
38 "sinon": "^2.2.0",
39 "sinon-chai": "^2.8.0"
40 },
41 "dependencies": {
42 "@octoblu/redis-ns": "^1.2.0",
43 "async": "^2.4.0",
44 "coffee-script": "^1.10.0",
45 "commander": "^2.9.0",
46 "debug": "^2.2.0",
47 "friendly-sharefile": "^3.5.0",
48 "lodash": "^4.3.0",
49 "meshblu-config": "^7.0.0",
50 "meshblu-core-job-manager": "^6.1.4",
51 "redis": "^2.4.2"
52 },
53 "nyc": {
54 "cache": true,
55 "reporter": [
56 "text-summary",
57 "lcov",
58 "json"
59 ],
60 "extension": [
61 ".coffee"
62 ]
63 }
64}