projecte_ionic/node_modules/jasmine/package.json
2022-02-09 18:30:03 +01:00

64 lines
1.5 KiB
JSON
Executable file

{
"_from": "jasmine@2.8.0",
"_id": "jasmine@2.8.0",
"_inBundle": false,
"_integrity": "sha1-awicChFXax8W3xG4AUbZHU6Lij4=",
"_location": "/jasmine",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jasmine@2.8.0",
"name": "jasmine",
"escapedName": "jasmine",
"rawSpec": "2.8.0",
"saveSpec": null,
"fetchSpec": "2.8.0"
},
"_requiredBy": [
"/protractor"
],
"_resolved": "https://registry.npmjs.org/jasmine/-/jasmine-2.8.0.tgz",
"_shasum": "6b089c0a11576b1f16df11b80146d91d4e8b8a3e",
"_spec": "jasmine@2.8.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/protractor",
"bin": {
"jasmine": "bin/jasmine.js"
},
"bugs": {
"url": "https://github.com/jasmine/jasmine-npm/issues"
},
"bundleDependencies": false,
"dependencies": {
"exit": "^0.1.2",
"glob": "^7.0.6",
"jasmine-core": "~2.8.0"
},
"deprecated": false,
"description": "Command line jasmine",
"devDependencies": {
"grunt": "^0.4.2",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.0",
"shelljs": "^0.3.0"
},
"homepage": "http://jasmine.github.io/",
"keywords": [
"test",
"jasmine",
"tdd",
"bdd"
],
"license": "MIT",
"main": "./lib/jasmine.js",
"name": "jasmine",
"repository": {
"type": "git",
"url": "git+https://github.com/jasmine/jasmine-npm.git"
},
"scripts": {
"test": "grunt && ./bin/jasmine.js"
},
"version": "2.8.0"
}