.gitignore
0 → 100644
+16
−0
lib/rp.js
0 → 100644
+40
−0
package.json
0 → 100644
+19
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "request-promise",
|
||
"version": "0.0.1",
|
||
"description": "Promise-based Wrapper for Request using Bluebird",
|
||
"main": "lib/tp.js",
|
||
"scripts": {
|
||
"test": "echo \"Error: no test specified\" && exit 1"
|
||
},
|
||
"keywords": [
|
||
"xhr",
|
||
"promise",
|
||
"request"
|
||
],
|
||
"author": "Ty Abonil",
|
||
"license": "MIT",
|
||
"dependencies": {
|
||
"bluebird": "~0.7.9-1"
|
||
}
|
||
} |
Loading