You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.0 KiB
44 lines
1.0 KiB
{
|
|
"name": "steed",
|
|
"version": "1.1.3",
|
|
"description": "horsepower for your modules",
|
|
"main": "steed.js",
|
|
"scripts": {
|
|
"test": "standard && tape test.js | tap-spec",
|
|
"coverage": "istanbul cover tape test.js; cat coverage/lcov.info | coveralls"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mcollina/steed.git"
|
|
},
|
|
"keywords": [
|
|
"control",
|
|
"flow",
|
|
"async",
|
|
"series",
|
|
"parallel"
|
|
],
|
|
"author": "Matteo Collina <hello@matteocollina.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mcollina/steed/issues"
|
|
},
|
|
"homepage": "https://github.com/mcollina/steed#readme",
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.6",
|
|
"fastbench": "^1.0.0",
|
|
"istanbul": "^0.4.1",
|
|
"neo-async": "^1.7.0",
|
|
"standard": "^5.4.1",
|
|
"tap-spec": "^4.1.0",
|
|
"tape": "^4.2.2"
|
|
},
|
|
"dependencies": {
|
|
"fastfall": "^1.5.0",
|
|
"fastparallel": "^2.2.0",
|
|
"fastq": "^1.3.0",
|
|
"fastseries": "^1.7.0",
|
|
"reusify": "^1.0.0"
|
|
}
|
|
}
|