UNPKG

1.05 kBJSONView Raw
1{
2 "name": "xhr-envelope",
3 "version": "1.0.0",
4 "description": "A wrapper for XMLHttpRequest to allow for simpler RESTful API transactions.",
5 "main": "dist/envelope.js",
6 "scripts": {
7 "build": "gulp build",
8 "lint": "gulp lint",
9 "test": "mocha",
10 "coverage": "gulp coverage",
11 "coveralls": "npm run coverage -- --report lcovonly && cat ./coverage/lcov.info | 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": "ISC",
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.1.2",
40 "gulp-fabricator": "^1.0.4",
41 "sinon": "^7.5.0"
42 },
43 "peerDependencies": {
44 "extra-utilities": "^1.1.2"
45 }
46}