-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 869 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "line-bot-sdk",
"version": "0.1.4",
"description": "SDK of the LINE BOT API for Node.js",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/runnables/line-bot-sdk-nodejs.git"
},
"keywords": [
"LINE",
"Bot",
"API",
"Node.js"
],
"author": "Runnables Company Limited",
"license": "ISC",
"bugs": {
"url": "https://github.com/runnables/line-bot-sdk-nodejs/issues"
},
"homepage": "https://github.com/runnables/line-bot-sdk-nodejs#readme",
"dependencies": {
"debug": "~2.2.0",
"lodash.merge": "^4.3.5",
"superagent": "^1.8.3",
"superagent-promise": "^1.1.0"
},
"devDependencies": {
"chai": "~3.5.0",
"chai-as-promised": "^5.3.0",
"lodash": "^4.12.0",
"mocha": "~2.4.5",
"nock": "^8.0.0"
}
}