backgroundtask/package.json

16 lines
393 B
JSON

{
"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 <tim@thecookiejar.me> (https://github.com/explorigin)",
"license": "Apache-2.0"
}