UNPKG

1.49 kBJSONView Raw
1{
2 "name": "grunt-karma-sonar",
3 "description": "Grunt plugin for integrating karma reports with sonar",
4 "version": "0.2.19",
5 "homepage": "https://github.com/mdasberg/grunt-karma-sonar",
6 "author": {
7 "name": "Mischa Dasberg",
8 "email": "mischa@dasberg.nl"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/mdasberg/grunt-karma-sonar.git"
13 },
14 "bugs": {
15 "url": "https://github.com/mdasberg/grunt-karma-sonar/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/mdasberg/grunt-karma-sonar/blob/master/LICENSE-MIT"
21 }
22 ],
23 "main": "Gruntfile.js",
24 "engines": {
25 "node": ">= 0.8.0"
26 },
27 "scripts": {
28 "install": "node install.js",
29 "test": "grunt test"
30 },
31 "devDependencies": {
32 "angular-test-setup": "^0.1.2",
33 "buffer-equal": "1.0.0",
34 "fs": "0.0.2",
35 "grunt": "~0.4.5",
36 "grunt-contrib-clean": "^0.7.0",
37 "grunt-contrib-jshint": "^0.12.0",
38 "grunt-shell": "^1.1.2",
39 "gruntmock": "^0.2.0",
40 "jasmine-node": "^1.14.5",
41 "simple-xml2json": "^1.2.3"
42 },
43 "peerDependencies": {
44 "grunt": "~0.4.5"
45 },
46 "keywords": [
47 "gruntplugin"
48 ],
49 "dependencies": {
50 "adm-zip": "^0.4.7",
51 "async": "^1.5.2",
52 "fs-extra": "^0.26.5",
53 "glob": "^6.0.4",
54 "lodash": "^4.0.1",
55 "html-entities": "^1.2.0",
56 "path": "^0.12.7",
57 "sax": "^1.1.4",
58 "xmldoc": "^0.4.0",
59 "kew": "^0.7.0",
60 "semver": "^5.1.0",
61 "sync-request": "^3.0.0"
62 }
63}