-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 897 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
{
"name": "onedionys-ajax-wrapper",
"version": "5.0.0",
"description": "One Dionys (Ajax Wrapper) - Facilitates the use of XMLHttpRequest or Fetch API for HTTP requests with simpler syntax.",
"main": "src/ajaxWrapper.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/onedionys/onedionys-ajax-wrapper.git"
},
"keywords": [
"onedionys",
"ajax-wrapper"
],
"author": "One Dionys",
"license": "ISC",
"bugs": {
"url": "https://github.com/onedionys/onedionys-ajax-wrapper/issues"
},
"homepage": "https://github.com/onedionys/onedionys-ajax-wrapper#readme",
"dependencies": {
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.6",
"chai": "^5.1.0",
"mocha": "^10.3.0"
},
"devDependencies": {
"chai": "^5.1.0",
"mocha": "^10.3.0"
}
}