|
5 | 5 | "author": "Ahmad Nassri <[email protected]> (https://www.mashape.com/)", |
6 | 6 | "homepage": "https://github.com/Mashape/httpsnippet", |
7 | 7 | "license": "MIT", |
8 | | - "main": "./src/index.js", |
9 | | - "bin": "./bin/httpsnippet", |
| 8 | + "main": "src/index.js", |
| 9 | + "bin": "bin/httpsnippet", |
10 | 10 | "keywords": [ |
11 | 11 | "api", |
12 | 12 | "csharp", |
|
41 | 41 | "bin", |
42 | 42 | "src" |
43 | 43 | ], |
44 | | - "repository": { |
45 | | - "type": "git", |
46 | | - "url": "https://github.com/Mashape/httpsnippet" |
47 | | - }, |
| 44 | + "repository": "Mashape/httpsnippet", |
48 | 45 | "bugs": { |
49 | 46 | "url": "https://github.com/Mashape/httpsnippet/issues" |
50 | 47 | }, |
51 | 48 | "scripts": { |
52 | | - "test": "standard && mocha --no-timeouts --reporter spec --fgrep 'Request Validation' --invert", |
| 49 | + "test": "standard && echint && mocha --no-timeouts --reporter spec --fgrep 'Request Validation' --invert", |
53 | 50 | "travis": "standard && mocha --no-timeouts --reporter spec", |
54 | 51 | "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --fgrep 'Request Validation' --invert", |
55 | 52 | "codeclimate": "codeclimate < coverage/lcov.info" |
|
59 | 56 | "**/test/fixtures/**" |
60 | 57 | ] |
61 | 58 | }, |
| 59 | + "echint": { |
| 60 | + "ignore": [ |
| 61 | + "CONTRIBUTING.md", |
| 62 | + "**/test/fixtures/**" |
| 63 | + ] |
| 64 | + }, |
62 | 65 | "devDependencies": { |
63 | 66 | "codeclimate-test-reporter": "0.0.4", |
64 | | - "glob": "^5.0.5", |
65 | | - "istanbul": "^0.3.13", |
66 | | - "mocha": "^2.2.4", |
67 | | - "should": "^5.2.0", |
68 | | - "standard": "^3.5.0" |
| 67 | + "echint": "^1.1.1", |
| 68 | + "glob": "^5.0.10", |
| 69 | + "istanbul": "^0.3.14", |
| 70 | + "mocha": "^2.2.5", |
| 71 | + "should": "^6.0.3", |
| 72 | + "standard": "^3.11.1" |
69 | 73 | }, |
70 | 74 | "dependencies": { |
71 | | - "bluebird": "^2.9.24", |
| 75 | + "bluebird": "^2.9.26", |
72 | 76 | "chalk": "^1.0.0", |
73 | | - "commander": "^2.7.1", |
74 | | - "debug": "^2.1.3", |
75 | | - "event-stream": "^3.3.0", |
| 77 | + "commander": "^2.8.1", |
| 78 | + "debug": "^2.2.0", |
| 79 | + "event-stream": "^3.3.1", |
76 | 80 | "form-data": "^0.2.0", |
77 | | - "har-validator": "^1.6.1", |
| 81 | + "har-validator": "^1.7.1", |
78 | 82 | "require-directory": "^2.1.0" |
79 | 83 | } |
80 | 84 | } |
0 commit comments