-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (41 loc) · 891 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
41
42
43
44
{
"name": "catberry-uhr",
"version": "5.0.1",
"author": {
"name": "Denis Rechkunov",
"email": "[email protected]"
},
"description": "Universal/Isomorphic HTTP(S) Request for Catberry Framework",
"homepage": "https://github.com/catberry/catberry-uhr",
"keywords": [
"catberry", "http", "https", "universal", "isomorphic", "xhr", "request", "ajax"
],
"bugs": {
"url": "https://github.com/catberry/catberry-uhr/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/catberry/catberry-uhr.git"
},
"main": "./index.js",
"browser": {
"./lib/UHR.js": "./browser/UHR.js"
},
"dependencies": {
"catberry-uri": "^3.2.1"
},
"devDependencies": {
"istanbul": "~0.4.5",
"codecov": "^2.1.0",
"mocha": "^3.2.0",
"eslint": "^3.18.0"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "make"
},
"license": "MIT"
}