-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "fcontroll-massager",
"version": "1.0.0",
"description": "A simple JS-application that help you easly store your \"Internet things\"",
"main": "messanger.js",
"scripts": {
"test": "mocha",
"start": "node ./fcontroll.js",
"lint": "./node_modules/.bin/eslint **.js"
},
"bin": {
"fcontroll": "./messanger.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/palikar/fcontroll-massager.git"
},
"keywords": [
"logging",
"convinience",
"javascript"
],
"author": "Stanislav Arnaudov",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/palikar/fcontroll-massager/issues"
},
"homepage": "https://github.com/palikar/fcontroll-massager#readme",
"files": [
"lib/",
"scripts/",
"LICENSE"
],
"dependencies": {
"expandenv": "^1.0.0",
"facebook-chat-api": "^1.6.0",
"lodash": ">=4.17.13",
"meow": "^5.0.0",
"node-mutex": "^0.2.2",
"queuejs": "^0.1.0",
"shelljs": "^0.8.2",
"winston": "^3.1.0",
"winston-daily-rotate-file": "^4.2.1"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.7.0",
"eslint-utils": ">=1.4.1",
"mocha": "^5.2.0",
"rewire": "^4.0.1",
"sinon": "^7.1.0",
"lodash": ">=4.17.13",
"just-extend": ">=4.0.0"
}
}