orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
29 lines (28 loc) • 606 B
JSON
{
"name": "webpack-core",
"version": "0.6.8",
"author": "Tobias Koppers @sokra",
"description": "The core of webpack and enhanced-require.",
"dependencies": {
"source-map": "~0.4.1",
"source-list-map": "~0.1.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"devDependencies": {
"mocha": "1.3.x",
"should": "1.1.x"
},
"engines": {
"node": ">=0.6"
},
"homepage": "http://github.com/webpack/core",
"repository": {
"type": "git",
"url": "https://github.com/webpack/core.git"
}
}