kickme/package.json
2018-07-06 08:17:12 +07:00

32 lines
669 B
JSON

{
"name": "linealphatjs",
"version": "0.2.1",
"description": "LineAlphat JS",
"main": "./library/main.js",
"scripts": {
"start": "npm run bot",
"bot": "node ./src/bot.js"
},
"repository": {
"type": "git",
"url": "https://github.com/alfathdirk/LineAlphatJS.git"
},
"author": {
"name": "alfathdirk",
"email": "alfathdirk@gmail.com"
},
"license": "MIT",
"devDependencies": {
"qrcode-terminal": "^0.11.0",
"node-bignumber": "^1.2.1",
"utf8": "^2.1.1"
},
"dependencies": {
"bluebird": "^3.3.4",
"nightmare": "^2.10.0",
"thrift": "^0.9.3",
"thrift-http": "^1.0.1",
"unirest": "^0.5.0"
}
}