vue-worker
Version:
A Vue.js plugin to use webworkers in a simply way.
29 lines (28 loc) • 671 B
JSON
{
"name": "vue-worker",
"version": "1.2.1",
"description": "A Vue.js plugin to use webworkers in a simply way.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/israelss/vue-worker.git"
},
"keywords": [
"VueJs",
"Web",
"Worker",
"Plugin"
],
"author": "Israel Sant'Anna <israel.santanna@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/israelss/vue-worker/issues"
},
"homepage": "https://github.com/israelss/vue-worker#readme",
"dependencies": {
"simple-web-worker": "1.2.0"
}
}