line-bot-sdk
Version:
SDK of the LINE BOT API for Node.js
31 lines (30 loc) • 593 B
JSON
{
"name": "node-js-getting-started",
"version": "0.2.5",
"description": "A sample Node.js app using Express 4",
"engines": {
"node": "5.9.1"
},
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"body-parser": "^1.15.1",
"ejs": "2.4.1",
"express": "4.13.3",
"line-bot-sdk": "*",
"lodash": "^4.12.0",
"superagent": "^1.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/heroku/node-js-getting-started"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}