install gulp to process code
This commit is contained in:
parent
24f6606c2c
commit
b6a3900ee2
1651 changed files with 253427 additions and 39 deletions
19
node_modules/http-https/package.json
generated
vendored
Normal file
19
node_modules/http-https/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "http-https",
|
||||
"version": "1.0.0",
|
||||
"description": "A wrapper that chooses http or https for requests",
|
||||
"main": "http-https.js",
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/isaacs/http-https"
|
||||
},
|
||||
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/isaacs/http-https/issues"
|
||||
},
|
||||
"homepage": "https://github.com/isaacs/http-https"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue