web-bluetooth-vuex
Version:
vuex store module for web bluetooth device interactions and discovery.
71 lines (70 loc) • 1.92 kB
JSON
{
"name": "web-bluetooth-vuex",
"version": "0.1.16",
"description": "vuex store module for web bluetooth device interactions and discovery.",
"author": "Mathias Dahlstrom",
"private": false,
"scripts": {
"build": "rollup -c rollup.config.js",
"test": "npm run lint && npm run test:unit",
"lint": "eslint src cypress/integration/",
"prepublish": "npm run lint && npm run build",
"test:unit": "cypress run --spec 'cypress/integration/**/*.spec.js'"
},
"main": "./dist/cjs.bundle.js",
"module": "./dist/esm.bundle.js",
"files": [
"/dist"
],
"dependencies": {
"@babel/runtime": "^7.5.5",
"async": "^3.1.0",
"vue": "^2.6.10",
"vuex": "^3.1.1"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"@cypress/webpack-preprocessor": "^4.1.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"chai": "^4.2.0",
"chance": "^1.0.18",
"choma": "^1.2.1",
"cypress": "^3.4.1",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-prettier": "^3.1.0",
"factory-girl": "^5.0.4",
"mocha": "^6.2.0",
"prettier": "^1.18.2",
"rollup": "^1.20.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-node-resolve": "^5.2.0",
"sinon": "^7.4.1",
"sinon-chai": "^3.3.0",
"webpack": "^4.39.2"
},
"bugs": {
"url": "https://github.com/MonsieurDahlstrom/web-bluetooth-vuex/issues"
},
"homepage": "https://github.com/MonsieurDahlstrom/web-bluetooth-vuex#readme",
"keywords": [
"web",
"bluetooth",
"vue",
"vuex",
"js"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/MonsieurDahlstrom/web-bluetooth-vuex.git"
},
"browserslist": [
"Chrome > 70"
]
}