orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
24 lines (23 loc) • 470 B
JSON
{
"name": "batch",
"version": "0.5.3",
"licenses": [
{
"type": "MIT"
}
],
"description": "Simple async batch",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"main": "index",
"browser": {
"emitter": "events"
},
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/batch.git"
}
}