UNPKG

1.59 kBJSONView Raw
1{
2 "name": "@codefresh-io/http-infra",
3 "version": "1.8.6",
4 "description": "",
5 "main": "index.js",
6 "engines": {
7 "node": ">=6.11.4"
8 },
9 "directories": {
10 "lib": "lib"
11 },
12 "scripts": {
13 "lint": "eslint **/*.js !node_modules/**",
14 "lint:fix": "eslint --fix **/*.js !node_modules/**",
15 "test:unit": "find . -not -path './node_modules/*' -path '*/*.unit.spec.js' | NODE_ENV=test xargs mocha",
16 "start": "node index.js"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/codefresh-io/http-infra.git"
21 },
22 "author": "",
23 "license": "ISC",
24 "bugs": {
25 "url": "https://github.com/codefresh-io/http-infra/issues"
26 },
27 "homepage": "https://github.com/codefresh-io/http-infra#readme",
28 "dependencies": {
29 "@codefresh-io/authenticated-entity": "^2.11.1",
30 "bluebird": "^3.7.2",
31 "crypto-random-string": "^3.3.0",
32 "lodash": "^4.17.21",
33 "request": "2.88.2",
34 "requestretry": "^3.1.0"
35 },
36 "devDependencies": {
37 "chai": "^3.5.0",
38 "chai-as-promised": "^6.0.0",
39 "chai-subset": "^1.5.0",
40 "eslint": "^3.19.0",
41 "eslint-config-airbnb": "^15.1.0",
42 "eslint-plugin-chai-friendly": "^0.4.1",
43 "eslint-plugin-import": "^2.7.0",
44 "eslint-plugin-jsx-a11y": "^5.1.1",
45 "eslint-plugin-mocha": "^4.11.0",
46 "eslint-plugin-node": "^5.1.1",
47 "eslint-plugin-promise": "^3.5.0",
48 "eslint-plugin-react": "^7.1.0",
49 "isparta": "^4.0.0",
50 "jshint": "^2.9.4",
51 "mocha": "^3.4.1",
52 "nock": "^10.0.0",
53 "proxyquire": "^1.7.10",
54 "sinon": "^2.2.0",
55 "sinon-chai": "^2.10.0"
56 }
57}