forked from rase-/node-XMLHttpRequest
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
40 lines (40 loc) · 786 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": "xmlhttprequest-ssl",
"description": "XMLHttpRequest for Node",
"version": "3.1.0",
"author": {
"name": "Michael de Wit"
},
"keywords": [
"xhr",
"ajax"
],
"licenses": [
{
"type": "MIT",
"url": "http://creativecommons.org/licenses/MIT/"
}
],
"repository": {
"type": "git",
"url": "git://github.com/mjwwit/node-XMLHttpRequest.git"
},
"bugs": "http://github.com/mjwwit/node-XMLHttpRequest/issues",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"test": "cd ./tests && node run-test.js"
},
"directories": {
"lib": "./lib",
"example": "./example"
},
"files": [
"lib/XMLHttpRequest.js",
"LICENSE",
"README.md"
],
"main": "./lib/XMLHttpRequest.js",
"dependencies": {}
}