UNPKG

538 BJSONView Raw
1{
2 "name": "jasmine-reporters",
3 "version": "2.1.1",
4 "homepage": "https://github.com/larrymyers/jasmine-reporters",
5 "description": "Miscellaneous reporters for Jasmine 2.x.",
6 "moduleType": [
7 "amd"
8 ],
9 "keywords": [
10 "jasmine-reporters",
11 "junitxmlreporter",
12 "jasmine",
13 "reporters",
14 "junit",
15 "nunit",
16 "teamcity",
17 "tap",
18 "xml",
19 "reporter"
20 ],
21 "license": "MIT",
22 "ignore": [
23 "**/.*",
24 "node_modules",
25 "bower_components",
26 "test",
27 "tests"
28 ],
29 "dependencies": {}
30}