UNPKG

1.48 kBJSONView Raw
1{
2 "name": "@itavy/test-utilities",
3 "version": "2.0.0",
4 "description": "itavy test utilities",
5 "main": "index.js",
6 "scripts": {
7 "test": "./node_modules/.bin/mocha",
8 "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
9 "test:check-style": "./node_modules/.bin/eslint index.js lib/* test/*",
10 "pretest": "npm run test:check-style"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+ssh://git@github.com/itavy/test-utilities.git"
15 },
16 "keywords": [
17 "testing",
18 "mocha",
19 "chai",
20 "chai-as-promised",
21 "sinon-as-promised"
22 ],
23 "author": "Octavian Ionescu <itavyg@gmail.com> (https://github.com/itavy)",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/itavy/test-utilities/issues"
27 },
28 "homepage": "https://github.com/itavy/test-utilities#readme",
29 "dependencies": {
30 "chai": "^4.0.2",
31 "chai-as-promised": "^7.0.0",
32 "istanbul": "^0.4.5",
33 "mocha": "^3.4.2",
34 "pre-commit": "^1.2.2",
35 "sinon": "^2.3.5",
36 "sinon-test": "^1.0.2"
37 },
38 "devDependencies": {
39 "eslint": "^3.19.0",
40 "eslint-config-airbnb": "^15.0.1",
41 "eslint-plugin-import": "^2.3.0",
42 "eslint-plugin-jsx-a11y": "^5.0.3",
43 "eslint-plugin-react": "^7.0.1"
44 },
45 "bin": {
46 "mocha": "./node_modules/.bin/mocha",
47 "_mocha": "./node_modules/.bin/_mocha",
48 "istanbul": "./node_modules/.bin/istanbul",
49 "installCodingStandards.sh": "./bin/instalCodingStandardsAndStyling.sh"
50 }
51}