@types/slack-node
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -5,2 +5,3 @@ // Type definitions for slack-node v0.1 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
@@ -7,0 +8,0 @@ import * as request from "request"; |
{ | ||
"name": "@types/slack-node", | ||
"version": "0.1.1", | ||
"description": "TypeScript definitions for slack-node v0.1", | ||
"version": "0.1.2", | ||
"description": "TypeScript definitions for slack-node", | ||
"license": "MIT", | ||
"author": "Joshua DeVinney <https://github.com/geoffreak>", | ||
"contributors": [ | ||
{ | ||
"name": "Joshua DeVinney", | ||
"url": "https://github.com/geoffreak", | ||
"githubUsername": "geoffreak" | ||
} | ||
], | ||
"main": "", | ||
@@ -16,5 +22,4 @@ "repository": { | ||
}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "d975d639a286052ebadaa89f4706a8fa01a74751a20b582cc076fa8e144e4dd5" | ||
"typesPublisherContentHash": "34b24bb36be5ae1db49dcb6998b34d0cd2f8fb181fff59eae1a30c6f4998556b", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -5,15 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for slack-node v0.1 (https://github.com/clonn/slack-node-sdk). | ||
This package contains type definitions for slack-node (https://github.com/clonn/slack-node-sdk). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/slack-node | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/slack-node | ||
Additional Details | ||
* Last updated: Wed, 26 Oct 2016 19:23:31 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: request | ||
* Global values: Slack | ||
* Last updated: Thu, 09 Nov 2017 15:17:54 GMT | ||
* Dependencies: request | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Joshua DeVinney <https://github.com/geoffreak>. |
3753
38
17