forked from github-tools/github
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (49 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (49 loc) · 1.07 KB
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
45
46
47
48
49
50
51
{
"name": "github",
"version": "0.7.0",
"description": "A higher-level wrapper around the Github API.",
"main": "github.js",
"dependencies": {
"xmlhttprequest": "*",
"underscore": "*"
},
"devDependencies": {
"mocha": "*",
"chai": "*"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/darvin/github.git"
},
"keywords": [
"github",
"api"
],
"author": "Sergey Klimov <sergey.v.klimov@gmail.com> (http://darvin.github.com/)",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "aa8aa3c8cd5ce5240373d4fd1d06a7ab4af41a36",
"bugs": {
"url": "https://github.com/darvin/github/issues"
},
"browser": {
"xmlhttprequest": false
},
"testling": {
"files": "test/*_test.js",
"browsers": [
"iexplore/9.0..latest",
"chrome/18.0..latest",
"firefox/15.0..latest",
"opera/11.0..latest",
"safari/5.0.5..latest",
"iphone/6.0..latest",
"ipad/6.0..latest",
"android-browser/4.2..latest"
],
"harness": "mocha"
}
}