Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt-junit / package.json
1 {
2   "name": "grunt-junit",
3   "description": "A small alteration to grunt's default phantom.js and qunit.js files to generate JUnit xml for qunit test results",
4   "version": "0.1.4",
5   "homepage": "https://github.com/johnbender/grunt-junit",
6   "author": {
7     "name": "John Bender",
8     "email": "john.m.bender@gmail.com",
9     "url": "johnbender.us"
10   },
11   "repository": {
12     "type": "git",
13     "url": "git://github.com/johnbender/grunt-junit.git"
14   },
15   "bugs": {
16     "url": "https://github.com/johnbender/grunt-junit/issues"
17   },
18   "licenses": [
19     {
20       "type": "MIT",
21       "url": "https://github.com/johnbender/grunt-junit/blob/master/LICENSE-MIT"
22     }
23   ],
24   "main": "tasks/grunt-junit",
25   "engines": {
26     "node": ">=0.6.0"
27   },
28   "scripts": {
29     "test": "grunt test"
30   },
31   "dependencies": {
32     "grunt": "~0.3.9",
33     "semver": ">=1.0.14"
34   },
35   "devDependencies": {
36     "grunt": "~0.3.9",
37     "libxmljs-easy": "0.1.0",
38     "glob-whatev": "~0.1.4"
39   },
40   "keywords": [
41     "gruntplugin"
42   ],
43   "_id": "grunt-junit@0.1.4",
44   "optionalDependencies": {},
45   "_engineSupported": true,
46   "_npmVersion": "1.1.21",
47   "_nodeVersion": "v0.6.18",
48   "_defaultsLoaded": true,
49   "dist": {
50     "shasum": "155fb448da84fe64b1aaea3a6ccd4af766b2516a"
51   },
52   "_from": "grunt-junit@0.1.4"
53 }