forked from github-tools/github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.56 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.56 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
52
53
54
55
56
57
58
59
60
{
"name": "github-api",
"version": "0.10.7",
"description": "A higher-level wrapper around the Github API.",
"main": "github.js",
"dependencies": {
"js-base64": "^2.1.8",
"xmlhttprequest": "~1.7.0"
},
"devDependencies": {
"chai": "^3.4.0",
"codecov": "^1.0.1",
"gulp": "^3.9.0",
"gulp-jscs": "^3.0.1",
"gulp-jscs-stylish": "^1.2.1",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"istanbul": "^0.3.13",
"jshint": "^2.5.8",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.14",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.5.3",
"karma-json-fixtures-preprocessor": "0.0.5",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sauce-launcher": "^0.3.0",
"mocha": "^2.3.3"
},
"scripts": {
"test": "gulp test && gulp lint",
"lint": "gulp lint",
"codecov": "cat coverage/*/lcov.info | codecov"
},
"repository": {
"type": "git",
"url": "git://github.com/michael/github.git"
},
"keywords": [
"github",
"api"
],
"contributors": [
"Ændrew Rininsland <[email protected]> (http://www.aendrew.com)",
"Aurelio De Rosa (http://www.audero.it/)",
"Michael Aufreiter (http://substance.io)"
],
"license": "BSD-3-Clause-Clear",
"readmeFilename": "README.md",
"gitHead": "aa8aa3c8cd5ce5240373d4fd1d06a7ab4af41a36",
"bugs": {
"url": "https://github.com/michael/github/issues"
},
"browser": {
"xmlhttprequest": false,
"base64": false
}
}