ble-server/package.json

29 lines
583 B
JSON
Raw Normal View History

2017-08-09 10:15:07 +00:00
{
"name": "bleserver",
"version": "0.0.1",
"main": "app.js",
"license": "MIT",
2017-09-05 10:36:35 +00:00
"scripts": {
2017-09-07 09:18:51 +00:00
"check": "standard --fix --verbose"
2017-09-05 10:36:35 +00:00
},
2017-08-09 10:15:07 +00:00
"dependencies": {
2017-08-10 01:24:14 +00:00
"bleno": "^0.4.2",
2017-08-14 15:17:03 +00:00
"escpos": "^2.4.3",
"iconv-lite": "^0.4.18",
2017-09-04 10:34:44 +00:00
"kcors": "^2.2.1",
"koa": "^2.3.0",
"koa-body": "^2.3.0",
"koa-ejs": "^4.1.0",
"koa-morgan": "^1.0.1",
"koa-mount": "^3.0.0",
"koa-router": "^7.2.1",
"koa-static": "^4.0.1",
"top-level-await": "^1.1.0",
2017-09-07 09:18:51 +00:00
"uuid": "^3.1.0",
"ws": "^3.1.0"
2017-09-04 10:34:44 +00:00
},
"devDependencies": {
"standard": "^10.0.3"
2017-08-09 10:15:07 +00:00
}
}