Main module fixed
This commit is contained in:
7
README.md
Normal file
7
README.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
IO-PROMISE
|
||||||
|
==========
|
||||||
|
|
||||||
|
Wrapping of io.js modules asynchronous functions with promises
|
||||||
|
|
||||||
|
Currently only fs module is wrapped.
|
||||||
|
|
||||||
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user