UNPKG

1.04 kBJSONView Raw
1{
2 "name": "xhr-envelope",
3 "version": "1.0.2",
4 "description": "A wrapper for XMLHttpRequest to allow for simpler RESTful API transactions.",
5 "main": "src/envelope.js",
6 "scripts": {
7 "build": "gulp build",
8 "lint": "gulp lint",
9 "test": "mocha",
10 "coverage": "nyc npm run test",
11 "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/nitro404/xhr-envelope.git"
16 },
17 "keywords": [
18 "html5",
19 "web",
20 "xmlhttprequest",
21 "xhr",
22 "ajax",
23 "ajaj",
24 "request",
25 "envelope",
26 "json",
27 "rest",
28 "api"
29 ],
30 "author": {
31 "name": "Kevin Scroggins"
32 },
33 "license": "MIT",
34 "bugs": {
35 "url": "https://github.com/nitro404/xhr-envelope/issues"
36 },
37 "homepage": "https://github.com/nitro404/xhr-envelope#readme",
38 "devDependencies": {
39 "chai": "^4.2.0",
40 "gulp-fabricator": "^1.2.0",
41 "sinon": "^9.0.1"
42 },
43 "peerDependencies": {
44 "extra-utilities": "^1.3.4"
45 }
46}