github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/triage/node_modules/jasmine-core/package.json (about)

     1  {
     2    "name": "jasmine-core",
     3    "license": "MIT",
     4    "version": "2.8.0",
     5    "repository": {
     6      "type": "git",
     7      "url": "https://github.com/jasmine/jasmine.git"
     8    },
     9    "keywords": [
    10      "test",
    11      "jasmine",
    12      "tdd",
    13      "bdd"
    14    ],
    15    "scripts": {
    16      "test": "grunt jshint execSpecsInNode"
    17    },
    18    "description": "Official packaging of Jasmine's core files for use by Node.js projects.",
    19    "homepage": "http://jasmine.github.io",
    20    "main": "./lib/jasmine-core.js",
    21    "devDependencies": {
    22      "glob": "~7.1.2",
    23      "grunt": "^1.0.1",
    24      "grunt-cli": "^1.2.0",
    25      "grunt-contrib-compass": "^1.1.1",
    26      "grunt-contrib-compress": "^1.3.0",
    27      "grunt-contrib-concat": "^1.0.1",
    28      "grunt-contrib-jshint": "^1.0.0",
    29      "jasmine": "^2.5.0",
    30      "load-grunt-tasks": "^0.4.0",
    31      "shelljs": "^0.7.0",
    32      "temp": "~0.8.1"
    33    }
    34  }