UNPKG

1.01 kBJSONView Raw
1{
2 "name": "regrest",
3 "version": "3.3.4",
4 "description": "tiny http client - modern promise base",
5 "main": "./build/regrest.js",
6 "typings": "./build/regrest.d.ts",
7 "scripts": {
8 "test": "npm run build && node ./test/test.js",
9 "build": "./node_modules/.bin/gulp build"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/crazycat9x/regrest.git"
14 },
15 "keywords": [
16 "xhr",
17 "http",
18 "ajax",
19 "promise",
20 "node"
21 ],
22 "author": "Tien Nguyen Khac",
23 "license": "MIT",
24 "homepage": "https://github.com/crazycat9x/regrest#readme",
25 "bugs": {
26 "url": "https://github.com/crazycat9x/regrest/issues"
27 },
28 "devDependencies": {
29 "@babel/core": "^7.0.0",
30 "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
31 "@babel/preset-env": "^7.0.0",
32 "babel-preset-minify": "^0.4.3",
33 "gulp": "^4.0.0",
34 "gulp-babel": "^8.0.0",
35 "gulp-iife": "^0.3.0",
36 "gulp-rename": "^1.4.0"
37 },
38 "dependencies": {
39 "follow-redirects": "^1.5.7"
40 }
41}