mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
34 lines
897 B
JSON
34 lines
897 B
JSON
{
|
|
"name": "@surma/rollup-plugin-off-main-thread",
|
|
"version": "1.4.2",
|
|
"description": "Use Rollup with workers and ES6 modules today.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"fmt": "prettier --write 'tests/**/*.js' *.js *.md *.json",
|
|
"test": "node ./run_tests.js"
|
|
},
|
|
"author": "Surma <surma@google.com>",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"chai": "4.2.0",
|
|
"karma": "4.2.0",
|
|
"karma-chai": "0.1.0",
|
|
"karma-chrome-launcher": "3.0.0",
|
|
"karma-firefox-launcher": "1.1.0",
|
|
"karma-mocha": "1.3.0",
|
|
"karma-safari-launcher": "1.0.0",
|
|
"karma-safaritechpreview-launcher": "2.0.2",
|
|
"mocha": "6.1.4",
|
|
"prettier": "1.18.2",
|
|
"rollup": "2.0.0-0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/surma/rollup-plugin-off-main-thread"
|
|
},
|
|
"dependencies": {
|
|
"ejs": "^2.6.1",
|
|
"magic-string": "^0.25.0"
|
|
}
|
|
}
|