ready-resource
Version:
Modern single resource management
36 lines (35 loc) • 769 B
JSON
{
"name": "ready-resource",
"version": "1.1.2",
"description": "Modern single resource management",
"main": "index.js",
"imports": {
"events": {
"bare": "bare-events",
"default": "events"
}
},
"files": [
"index.js"
],
"scripts": {
"test": "standard && brittle test.js"
},
"devDependencies": {
"brittle": "^3.1.0",
"standard": "^17.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/ready-resource.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/holepunchto/ready-resource/issues"
},
"homepage": "https://github.com/holepunchto/ready-resource",
"dependencies": {
"bare-events": "^2.2.0"
}
}