UNPKG

712 BJSONView Raw
1{
2 "author": "Larry Myers",
3 "name": "jasmine-reporters",
4 "description": "Reporters for the Jasmine BDD Framework",
5 "version": "2.5.0",
6 "homepage": "https://github.com/larrymyers/jasmine-reporters",
7 "maintainers": [
8 "Ben Loveridge <bloveridge@gmail.com>"
9 ],
10 "scripts": {
11 "lint": "eslint . --report-unused-disable-directives",
12 "test-only": "jasmine",
13 "test": "npm run test-only && npm run lint"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/larrymyers/jasmine-reporters.git"
18 },
19 "dependencies": {
20 "mkdirp": "^1.0.4",
21 "@xmldom/xmldom": "^0.7.3"
22 },
23 "devDependencies": {
24 "eslint": "^4.11.0",
25 "jasmine": "^2.4.1"
26 },
27 "license": "MIT"
28}