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
66 lines (66 loc) · 1.83 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.83 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
61
62
63
64
65
66
{
"name": "github-api",
"version": "0.11.2",
"description": "A higher-level wrapper around the Github API.",
"main": "src/github.js",
"dependencies": {
"axios": "https://github.com/github-tools/axios.git",
"base-64": "^0.1.0",
"es6-promise": "^3.0.2",
"utf8": "^2.1.1"
},
"devDependencies": {
"browserify": "^13.0.0",
"browserify-istanbul": "^0.2.1",
"chai": "^3.4.1",
"codecov": "^1.0.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-jscs": "^3.0.2",
"gulp-jscs-stylish": "^1.3.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"istanbul": "^0.4.2",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.19",
"karma-browserify": "^4.4.2",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.5.3",
"karma-json-fixtures-preprocessor": "0.0.6",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.5",
"karma-phantomjs-launcher": "^0.2.3",
"karma-sauce-launcher": "^0.3.0",
"mocha": "^2.3.4",
"phantomjs": "^2.1.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"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 <[email protected]> (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"
}
}