UNPKG

493 BJSONView Raw
1{
2 "name": "@subiz/ajax",
3 "version": "3.0.8",
4 "description": "",
5 "main": "./dist/ajax.js",
6 "scripts": {
7 "test": "node test/client_test.js",
8 "build": "npx webpack"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+ssh://git@github.com/subiz/ajax.git"
13 },
14 "author": "Pham Kieu Thanh",
15 "license": "MIT",
16 "homepage": "https://github.com/subiz/ajax#readme",
17 "devDependencies": {
18 "tape": "^5.2.2",
19 "webpack": "^5.38.1",
20 "webpack-cli": "^4.7.2",
21 "xmlhttprequest": "^1.8.0"
22 }
23}