tapable/package.json
2017-08-23 20:04:27 +02:00

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"
}
}