orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
24 lines (23 loc) • 524 B
JSON
{
"name": "tapable",
"version": "0.1.10",
"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"
},
"homepage": "https://github.com/webpack/tapable",
"main": "lib/Tapable.js",
"scripts": {
"test": "mocha --reporter spec"
}
}