forked from SamyPesse/octocat.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 KB
/
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
{
"name": "@ironfly/octocat",
"version": "1.2.1",
"description": "GitHub API client in Javascript - updated dependencies for npm audit",
"author": "Samy Pesse <samypesse@gmail.com>",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/ironflytech/octocat.js.git"
},
"dependencies": {
"deprecate": "^1.0.0",
"is": "^3.2.0",
"is-absolute-url": "^2.1.0",
"js-base64": "^2.1.9",
"mime-types": "^2.1.4",
"progress-stream": "^1.1.1",
"q": "^1.4.1",
"request": "2.87.0",
"url-join": "^1.1.0"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"eslint": "^3.13.1",
"eslint-config-gitbook": "^1.5.0",
"expect": "^1.20.2",
"mocha": "^5.2.0"
},
"scripts": {
"prepublish": "babel --out-dir ./lib ./src",
"test": "node_modules/.bin/mocha --compilers js:babel-core/register --reporter spec --bail --timeout 15000"
},
"license": "Apache-2.0"
}