-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
82 lines (82 loc) · 1.79 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "telegrammer",
"version": "0.6.1",
"description": "Manage your device or server using Telegram. Two way communication!",
"main": "index.js",
"scripts": {
"compile-docs": "node_modules/.bin/jsdoc -c conf.json",
"install-command": "npm link",
"uninstall-command": "npm unlink",
"start": "./tel.sh start",
"stop": "./tel.sh stop",
"help": "./tel.sh help",
"test": "vows tests/* --spec"
},
"repository": {
"type": "git",
"url": "https://github.com/giano/Telegrammer.git"
},
"engines": {
"node": ">=4.4"
},
"author": "Stefano Valicchia",
"license": "MIT",
"maintainers": [
{
"name": "Stefano Valicchia",
"email": "[email protected]"
}
],
"bin": {
"telegrammer": "./bin/telegrammer.js"
},
"keywords": [
"telegram",
"server",
"manage",
"monitoring",
"bot",
"gpio",
"raspberry",
"raspberry pi",
"pi",
"express"
],
"dependencies": {
"ansi-escape-sequences": "^2.2.2",
"async-promises": "^0.1.2",
"body-parser": "^1.15.0",
"command-line-commands": "^0.1.2",
"command-line-usage": "^2.0.3",
"dnode": "^1.2.2",
"escape-string-regexp": "^1.0.5",
"express": "^4.13.4",
"glob": "^7.0.3",
"jade": "^1.11.0",
"lodash": "^4.11.0",
"nconf": "^0.8.4",
"node-telegram-bot-api": "^0.21.1",
"npid": "^0.4.0",
"onoff": "^1.1.0",
"promise": "^7.1.1",
"singleton-symbol": "0.0.5",
"terminate": "^1.0.8",
"underscore.string": "^3.3.4"
},
"files": [
"bin",
"assets",
"code",
"hooks",
"docs",
"config",
"public",
"views"
],
"devDependencies": {
"docdash": "^0.3.0",
"jsdoc": "git+https://github.com/jsdoc3/jsdoc.git",
"semistandard": "^7.0.5",
"vows": "^0.8.1"
}
}