-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
37 lines (37 loc) · 845 Bytes
/
package.json
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
{
"name": "line-simulator",
"version": "0.2.2",
"displayName": "LINE Simulator for Bot developer",
"description": "LINE Simulator for Bot developer",
"publisher": "kenakamu",
"author": {
"name": "kenakamu"
},
"dependencies": {
"body-parser": "^1.18.2",
"connect-multiparty": "^2.1.0",
"express": "^4.15.2",
"request": "^2.83.0",
"shelljs": "^0.7.8",
"socket.io": "^2.0.4"
},
"keywords": [
"LINE",
"Bot"
],
"scripts": {
"start": "start http://localhost:8080 && node app.js",
"startMac": "open http://localhost:8080 && node app.js",
"startLinux": "xdg-open http://localhost:8080 && node app.js"
},
"bin": {
"line-simulator": "run.js"
},
"repository": {
"url": "https://github.com/kenakamu/LINESimulator"
},
"bugs": {
"url": "https://github.com/kenakamu/LINESimulator/issues"
},
"license": "MIT"
}