From 6832af51bc7176931b2e7333283d71aa516d12c9 Mon Sep 17 00:00:00 2001 From: Diwank Singh Date: Wed, 15 Mar 2017 13:13:54 -0400 Subject: [PATCH] npm init Signed-off-by: Diwank Singh --- package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..fa02beb --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "telegram-bot-api-schema", + "version": "1.0.0", + "description": "JSON schema of the telegram bot API requests", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tranql/telegram-bot-api-schema.git" + }, + "keywords": [ + "tranql", + "telegram", + "api", + "json", + "schema" + ], + "author": "Diwank Singh ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tranql/telegram-bot-api-schema/issues" + }, + "homepage": "https://github.com/tranql/telegram-bot-api-schema#readme" +}