-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
40 lines (40 loc) · 902 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "carrierjs",
"version": "2.5.2",
"description": "Powerful and simple promise based HTTP client for the browser with ultimate caching",
"main": "carrier.js",
"author": {
"name": "Ritik Chourasiya",
"email": "ritvikchoure65@gmail.com",
"url": "https://theritikchoure.github.io/"
},
"license": "MIT",
"scripts": {
"publish": "npm version patch; npm publish",
"test": "start ./test/runner.html"
},
"keywords": [
"xhr",
"http",
"promise",
"script",
"carrierjs",
"carrier",
"ritikchoure",
"theritikchoure",
"license",
"caching",
"cache",
"javascript",
"js",
"request"
],
"repository": {
"type": "git",
"url": "git+https://github.com/theritikchoure/carrierjs.git"
},
"bugs": {
"url": "https://github.com/theritikchoure/carrierjs/issues"
},
"homepage": "https://carrier.js.org"
}