2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-28 21:07:39 +00:00

pkg: Specify supported Node.js versions

This commit is contained in:
GochoMugo 2017-01-20 15:02:12 +03:00
parent 54212daa50
commit 9cd663024f
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4

View File

@ -24,6 +24,9 @@
},
"author": "Yago Pérez <yagoperezs@gmail.com>",
"license": "MIT",
"engines": {
"node" : ">=0.12"
},
"dependencies": {
"bl": "^1.1.2",
"bluebird": "^3.3.4",