wallet-core/node_modules/tapable/package.json

27 lines
528 B
JSON
Raw Normal View History

2017-05-03 15:35:00 +02:00
{
"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"
}
}