UNPKG

826 BJSONView Raw
1{
2 "name": "ajax-request",
3 "version": "1.1.0",
4 "description": "Http request for nodejs, and it also support file download",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/douzi8/ajax-request"
12 },
13 "keywords": [
14 "request",
15 "http",
16 "ajax",
17 "http",
18 "request",
19 "http download",
20 "image",
21 "json",
22 "resource",
23 "download",
24 "file download",
25 "base64",
26 "image base64"
27 ],
28 "author": "douzi <liaowei08@gmail.com>",
29 "license": "ISC",
30 "devDependencies": {
31 "body-parser": "^1.10.2",
32 "express": "^4.11.1",
33 "grunt": "^0.4.5",
34 "grunt-contrib-jshint": "^0.10.0",
35 "serve-static": "^1.8.1"
36 },
37 "dependencies": {
38 "file-system": "^2.0.0",
39 "utils-extend": "^1.0.7"
40 }
41}