@nathanfaucett/parallel
Version:
parallel for the browser and node.js
41 lines • 1.14 kB
JSON
{
"name": "@nathanfaucett/parallel",
"version": "0.0.3",
"description": "parallel for the browser and node.js",
"repository": {
"type": "git",
"url": "https://gitlab.com/nathanfaucett/js-parallel.git"
},
"main": "src/index.js",
"scripts": {
"test": "npm run test-node",
"test-node": "node ./tests | ./node_modules/.bin/tap-spec",
"test-browser-local": "zuul --local 9999 --ui tape -- ./tests"
},
"keywords": [
"parallel",
"parallel.js"
],
"author": "Nathan Faucett",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "^1.0",
"grunt-contrib-jshint": "^1.0",
"grunt-jsbeautifier": "^0.2",
"tap-spec": "^4.1",
"tape": "^4.2",
"zuul": "^3.6"
},
"dependencies": {
"@nathanfaucett/once": "^0.0",
"@nathanfaucett/async_done": "^0.0",
"@nathanfaucett/empty_function": "^0.0",
"@nathanfaucett/fast_slice": "^0.0",
"@nathanfaucett/array-for_each": "^0.0",
"@nathanfaucett/is_array_like": "^0.0",
"@nathanfaucett/is_function": "^0.0",
"@nathanfaucett/keys": "^0.0",
"@nathanfaucett/values": "^0.0"
}
}