27 lines
528 B
JSON
27 lines
528 B
JSON
{
|
|
"name": "tapable",
|
|
"version": "0.2.6",
|
|
"author": "Tobias Koppers @sokra",
|
|
"description": "Just a little module for plugins.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/webpack/tapable.git"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^2.2.4",
|
|
"should": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/webpack/tapable",
|
|
"main": "lib/Tapable.js",
|
|
"scripts": {
|
|
"test": "mocha --reporter spec"
|
|
}
|
|
}
|