{ "name": "backgroundtask", "version": "1.0.0", "description": "A simple way to run a task on the main thread without disrupting the UX", "main": "src/index.js", "files": [ "src" ], "scripts": { "test": "node ../../bin/runTests.js ./", "pre-commit": "npm run test" }, "author": "Timothy Farrell (https://github.com/explorigin)", "license": "Apache-2.0" }