mirror of
https://github.com/webpack/tapable.git
synced 2026-01-18 14:28:32 +00:00
26 lines
487 B
JSON
26 lines
487 B
JSON
{
|
|
"name": "tapable",
|
|
"version": "0.2.8",
|
|
"author": "Tobias Koppers @sokra",
|
|
"description": "Just a little module for plugins.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/webpack/tapable.git"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^20.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/webpack/tapable",
|
|
"main": "lib/Tapable.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
}
|
|
}
|