wallet-core/node_modules/tiny-worker/package.json
2017-05-27 15:56:03 +02:00

36 lines
839 B
JSON

{
"name": "tiny-worker",
"version": "2.1.1",
"description": "Tiny WebWorker for Server",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/avoidwork/tiny-worker.git"
},
"keywords": [
"web",
"worker",
"ps",
"webworker"
],
"author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/avoidwork/tiny-worker/issues"
},
"homepage": "https://github.com/avoidwork/tiny-worker",
"devDependencies": {
"babel-preset-es2015": "~6.22.0",
"grunt": "~1.0.1",
"grunt-babel": "~6.0.0",
"grunt-cli": "~1.2.0",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-eslint": "~19.0.0"
},
"dependencies": {}
}