fliphub-monorepo
Version:
the builder of builders
26 lines (25 loc) • 562 B
JSON
{
"name": "neutrino-preset-happypack",
"version": "0.0.1",
"description": "a neutrino preset to use happypack",
"main": "index.js",
"keywords": [
"webpack",
"neutrino",
"happypack",
"fliphub",
"flipbox"
],
"author": "James <aretecode@gmail.com>",
"homepage": "https://github.com/fliphub/fliphub#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fliphub/fliphub.git"
},
"bugs": {
"url": "https://github.com/fliphub/fliphub/issues"
},
"dependencies": {
"happypack": "^3.0.3"
}
}