22 lines
437 B
JSON
22 lines
437 B
JSON
{
|
|
"name": "io-promise",
|
|
"version": "1.0.0",
|
|
"description": "Asynchronous functions wrapped in promises",
|
|
"main": "lib/io-promise.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://lab.cherboiche.org/iojs/io-promise.git"
|
|
},
|
|
"keywords": [
|
|
"module",
|
|
"iojs",
|
|
"promise",
|
|
"fs"
|
|
],
|
|
"author": "boudin",
|
|
"license": "GPL-3.0"
|
|
}
|