|
1 | 1 | { |
2 | | - "name": "github-api", |
3 | | - "version": "0.11.2", |
4 | | - "description": "A higher-level wrapper around the Github API.", |
5 | | - "main": "src/github.js", |
6 | | - "dependencies": { |
7 | | - "axios": "https://github.com/github-tools/axios.git", |
8 | | - "base-64": "^0.1.0", |
9 | | - "es6-promise": "^3.0.2", |
10 | | - "utf8": "^2.1.1" |
11 | | - }, |
12 | | - "devDependencies": { |
13 | | - "babel-plugin-transform-es2015-modules-umd": "^6.5.0", |
14 | | - "babel-preset-es2015": "^6.5.0", |
15 | | - "babelify": "^7.2.0", |
16 | | - "browserify": "^13.0.0", |
17 | | - "browserify-istanbul": "^0.2.1", |
18 | | - "codecov": "^1.0.1", |
19 | | - "del": "^2.2.0", |
20 | | - "gulp": "^3.9.0", |
21 | | - "gulp-babel": "^6.1.2", |
22 | | - "gulp-istanbul": "^0.10.3", |
23 | | - "gulp-jscs": "^3.0.2", |
24 | | - "gulp-jscs-stylish": "^1.3.0", |
25 | | - "gulp-jshint": "^2.0.0", |
26 | | - "gulp-mocha": "^2.2.0", |
27 | | - "gulp-rename": "^1.2.2", |
28 | | - "gulp-sourcemaps": "^1.6.0", |
29 | | - "gulp-uglify": "^1.5.1", |
30 | | - "istanbul": "^0.4.2", |
31 | | - "jshint": "^2.9.1", |
32 | | - "jshint-stylish": "^2.1.0", |
33 | | - "mocha": "^2.3.4", |
34 | | - "must": "^0.13.1", |
35 | | - "vinyl-buffer": "^1.0.0", |
36 | | - "vinyl-source-stream": "^1.1.0" |
37 | | - }, |
38 | | - "scripts": { |
39 | | - "test": "gulp test && gulp lint", |
40 | | - "lint": "gulp lint", |
41 | | - "codecov": "node_modules/.bin/codecov", |
42 | | - "show-coverage-html": "open coverage/lcov-report/index.html" |
43 | | - }, |
44 | | - "repository": { |
45 | | - "type": "git", |
46 | | - "url": "git://github.com/michael/github.git" |
47 | | - }, |
48 | | - "keywords": [ |
49 | | - "github", |
50 | | - "api" |
51 | | - ], |
52 | | - "contributors": [ |
53 | | - "Ændrew Rininsland <aendrew.rininsland@thetimes.co.uk> (http://www.aendrew.com)", |
54 | | - "Aurelio De Rosa <a.derosa@audero.it> (http://www.audero.it/)", |
55 | | - "Michael Aufreiter (http://substance.io)" |
56 | | - ], |
57 | | - "license": "BSD-3-Clause-Clear", |
58 | | - "readmeFilename": "README.md", |
59 | | - "gitHead": "aa8aa3c8cd5ce5240373d4fd1d06a7ab4af41a36", |
60 | | - "bugs": { |
61 | | - "url": "https://github.com/michael/github/issues" |
62 | | - } |
| 2 | + "name": "github-api", |
| 3 | + "version": "0.11.2", |
| 4 | + "description": "A higher-level wrapper around the Github API.", |
| 5 | + "main": "src/github.js", |
| 6 | + "dependencies": { |
| 7 | + "axios": "https://github.com/github-tools/axios.git", |
| 8 | + "base-64": "^0.1.0", |
| 9 | + "es6-promise": "^3.0.2", |
| 10 | + "utf8": "^2.1.1" |
| 11 | + }, |
| 12 | + "devDependencies": { |
| 13 | + "babel-plugin-transform-es2015-modules-umd": "^6.5.0", |
| 14 | + "babel-preset-es2015": "^6.5.0", |
| 15 | + "babelify": "^7.2.0", |
| 16 | + "browserify": "^13.0.0", |
| 17 | + "browserify-istanbul": "^0.2.1", |
| 18 | + "codecov": "^1.0.1", |
| 19 | + "del": "^2.2.0", |
| 20 | + "gulp": "^3.9.0", |
| 21 | + "gulp-babel": "^6.1.2", |
| 22 | + "gulp-istanbul": "^0.10.3", |
| 23 | + "gulp-jscs": "^3.0.2", |
| 24 | + "gulp-jscs-stylish": "^1.3.0", |
| 25 | + "gulp-jshint": "^2.0.0", |
| 26 | + "gulp-mocha": "^2.2.0", |
| 27 | + "gulp-rename": "^1.2.2", |
| 28 | + "gulp-sourcemaps": "^1.6.0", |
| 29 | + "gulp-uglify": "^1.5.1", |
| 30 | + "istanbul": "^0.4.2", |
| 31 | + "jshint": "^2.9.1", |
| 32 | + "jshint-stylish": "^2.1.0", |
| 33 | + "mocha": "^2.3.4", |
| 34 | + "must": "^0.13.1", |
| 35 | + "vinyl-buffer": "^1.0.0", |
| 36 | + "vinyl-source-stream": "^1.1.0" |
| 37 | + }, |
| 38 | + "scripts": { |
| 39 | + "test": "gulp test:mocha", |
| 40 | + "lint": "gulp lint", |
| 41 | + "codecov": "node_modules/.bin/codecov", |
| 42 | + "show-coverage-html": "open coverage/lcov-report/index.html" |
| 43 | + }, |
| 44 | + "repository": { |
| 45 | + "type": "git", |
| 46 | + "url": "git://github.com/michael/github.git" |
| 47 | + }, |
| 48 | + "keywords": [ |
| 49 | + "github", |
| 50 | + "api" |
| 51 | + ], |
| 52 | + "contributors": [ |
| 53 | + "Ændrew Rininsland <aendrew.rininsland@thetimes.co.uk> (http://www.aendrew.com)", |
| 54 | + "Aurelio De Rosa <a.derosa@audero.it> (http://www.audero.it/)", |
| 55 | + "Michael Aufreiter (http://substance.io)" |
| 56 | + ], |
| 57 | + "license": "BSD-3-Clause-Clear", |
| 58 | + "readmeFilename": "README.md", |
| 59 | + "gitHead": "aa8aa3c8cd5ce5240373d4fd1d06a7ab4af41a36", |
| 60 | + "bugs": { |
| 61 | + "url": "https://github.com/michael/github/issues" |
| 62 | + } |
63 | 63 | } |
0 commit comments