You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
826 B
42 lines
826 B
5 months ago
|
{
|
||
|
"name": "ajax-request",
|
||
|
"version": "1.2.3",
|
||
|
"description": "Http request for nodejs, and it also support file download",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/douzi8/ajax-request"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"request",
|
||
|
"http",
|
||
|
"ajax",
|
||
|
"http",
|
||
|
"request",
|
||
|
"http download",
|
||
|
"image",
|
||
|
"json",
|
||
|
"resource",
|
||
|
"download",
|
||
|
"file download",
|
||
|
"base64",
|
||
|
"image base64"
|
||
|
],
|
||
|
"author": "douzi <liaowei08@gmail.com>",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"body-parser": "^1.10.2",
|
||
|
"express": "^4.11.1",
|
||
|
"grunt": "^0.4.5",
|
||
|
"grunt-contrib-jshint": "^0.10.0",
|
||
|
"serve-static": "^1.8.1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"file-system": "^2.1.1",
|
||
|
"utils-extend": "^1.0.7"
|
||
|
}
|
||
|
}
|