async-arrays
Version:
Async control for arrays
41 lines (40 loc) • 1.17 kB
JSON
{
"name": "async-arrays",
"homepage": "https://github.com/khrome/async-arrays",
"version": "2.0.0",
"main": "async-arrays.cjs",
"module": "async-arrays.mjs",
"description": "Async control for arrays",
"keywords": [
"array",
"async"
],
"author": "Abbey Hawk Sparrow <@khrome> (http://patternweaver.com)",
"contributors": [],
"scripts": {
"test" : "npm run common-js-test; npm run import-test",
"import-test" : "./node_modules/mocha/bin/mocha.js test/test.mjs",
"browser-test":"open http://localhost:8000/test/test.html; npx http-server -p 8000",
"common-js-test" : "./node_modules/mocha/bin/mocha.js test/test.js"
},
"bugs": {
"url": "https://github.com/khrome/async-arrays/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/khrome/async-arrays.git"
},
"dependencies": {
"sift": "*"
},
"devDependencies": {
"chai": "^4.3.7",
"environment-safe-chai": "^0.0.1",
"mocha": "*",
"should": "*"
},
"engines": {
"node": "*"
}
}