package.json 2.3 KB
{
  "_args": [
    [
      "jasmine-core@~2.4.1",
      "D:\\100-PROJECTS\\Angular\\quickstart"
    ]
  ],
  "_from": "jasmine-core@>=2.4.1 <2.5.0",
  "_id": "jasmine-core@2.4.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/jasmine-core",
  "_nodeVersion": "0.12.7",
  "_npmUser": {
    "email": "gregg@slackersoft.net",
    "name": "slackersoft"
  },
  "_npmVersion": "2.12.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "jasmine-core",
    "raw": "jasmine-core@~2.4.1",
    "rawSpec": "~2.4.1",
    "scope": null,
    "spec": ">=2.4.1 <2.5.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/",
    "/jasmine"
  ],
  "_resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.4.1.tgz",
  "_shasum": "6f83ab3a0f16951722ce07d206c773d57cc838be",
  "_shrinkwrap": null,
  "_spec": "jasmine-core@~2.4.1",
  "_where": "D:\\100-PROJECTS\\Angular\\quickstart",
  "bugs": {
    "url": "https://github.com/jasmine/jasmine/issues"
  },
  "dependencies": {},
  "description": "Official packaging of Jasmine's core files for use by Node.js projects.",
  "devDependencies": {
    "glob": "~5.0.13",
    "grunt": "~0.4.1",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-compass": "~0.6.0",
    "grunt-contrib-compress": "~0.5.2",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-jshint": "~0.7.0",
    "jasmine": "git://github.com/jasmine/jasmine-npm.git",
    "load-grunt-tasks": "^0.4.0",
    "shelljs": "~0.1.4",
    "temp": "~0.8.1"
  },
  "directories": {},
  "dist": {
    "shasum": "6f83ab3a0f16951722ce07d206c773d57cc838be",
    "tarball": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.4.1.tgz"
  },
  "gitHead": "a95c2cfe3f80921ec6bc061d5fcc0b2368586666",
  "homepage": "http://jasmine.github.io",
  "keywords": [
    "test",
    "jasmine",
    "tdd",
    "bdd"
  ],
  "license": "MIT",
  "main": "./lib/jasmine-core.js",
  "maintainers": [
    {
      "email": "dwfrank@pivotallabs.com",
      "name": "dwfrank"
    },
    {
      "email": "gregg@slackersoft.net",
      "name": "slackersoft"
    }
  ],
  "name": "jasmine-core",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jasmine/jasmine.git"
  },
  "scripts": {
    "test": "grunt jshint execSpecsInNode"
  },
  "version": "2.4.1"
}