orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
43 lines (42 loc) • 982 B
JSON
{
"name": "run-parallel",
"description": "Run an array of functions in parallel",
"version": "1.1.6",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bugs": {
"url": "https://github.com/feross/run-parallel/issues"
},
"dependencies": {},
"devDependencies": {
"standard": "^6.0.5",
"tape": "^4.0.0",
"zuul": "^3.1.0"
},
"homepage": "https://github.com/feross/run-parallel",
"keywords": [
"parallel",
"async",
"function",
"callback",
"asynchronous",
"run",
"array",
"run parallel"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/run-parallel.git"
},
"scripts": {
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "zuul -- test/*.js",
"test-browser-local": "zuul --local -- test/*.js",
"test-node": "tape test/*.js"
}
}