Files
io-promise/package.json
2015-08-02 20:21:53 +02:00

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"
}