UNPKG

line-sdk

Version:
30 lines (29 loc) 574 B
{ "name": "line-sdk", "version": "1.0.2", "description": "Line Message SDK", "main": "index", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Goma::NanoHa", "repository": { "type": "git", "url": "https://github.com/HouseOfHobbies/line-sdk-node.git" }, "license": "MIT", "keywords": [ "line", "line-bot", "bot", "message-api", "api" ], "dependencies": { "superagent": "^2.3.0", "superagent-promise": "^1.1.0" }, "devDependencies": { "dotenv": "^2.0.0" } }