UNPKG

533 BJSONView Raw
1{
2 "name": "@subiz/ajax",
3 "version": "2.0.2",
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": "^4.11.0",
19 "uglifyjs-webpack-plugin": "^2.2.0",
20 "webpack": "^4.39.3",
21 "webpack-cli": "^3.3.8",
22 "xmlhttprequest": "^1.8.0"
23 }
24}