UNPKG

slack-node

Version:
29 lines (28 loc) 511 B
{ "name": "slack-node", "version": "0.3.2", "description": "Slack API library for node", "main": "lib/index.js", "engines": { "node": ">=8.0.0" }, "scripts": { "test": "mocha test/" }, "repository": { "type": "git", "url": "https://github.com/clonn/slack-node-sdk.git" }, "keywords": [ "slack", "node", "sdk" ], "author": "Caesar Chi", "license": "MIT", "devDependencies": { "mocha": "^11.3.0", "nock": "^14.0.11", "should": "^13.2.3" } }