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

     1  {
     2    "name": "jasmine",
     3    "description": "Command line jasmine",
     4    "homepage": "http://jasmine.github.io/",
     5    "keywords": [
     6      "test",
     7      "jasmine",
     8      "tdd",
     9      "bdd"
    10    ],
    11    "license": "MIT",
    12    "version": "2.8.0",
    13    "repository": {
    14      "type": "git",
    15      "url": "https://github.com/jasmine/jasmine-npm"
    16    },
    17    "scripts": {
    18      "test": "./node_modules/.bin/grunt && ./bin/jasmine.js"
    19    },
    20    "dependencies": {
    21      "exit": "^0.1.2",
    22      "glob": "^7.0.6",
    23      "jasmine-core": "~2.8.0"
    24    },
    25    "bin": "./bin/jasmine.js",
    26    "main": "./lib/jasmine.js",
    27    "devDependencies": {
    28      "grunt": "^0.4.2",
    29      "grunt-cli": "^0.1.13",
    30      "grunt-contrib-jshint": "^0.11.0",
    31      "shelljs": "^0.3.0"
    32    }
    33  }