Files
Lab4/6/node_modules/jasmine-growl-reporter/package.json
MishaBagger b6c10cc93f MACHIN
2023-10-25 09:15:21 +03:00

34 lines
785 B
JSON

{
"name": "jasmine-growl-reporter",
"version": "2.0.0",
"main": "./index.js",
"scripts": {
"test": "grunt"
},
"dependencies": {
"growl": "^1.10.5"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jasmine-node": "~0.3.1",
"lodash": "^4.17.4"
},
"files": [
"index.js",
"lib",
"LICENSE.txt",
"README.md",
"res"
],
"homepage": "https://github.com/AlphaHydrae/jasmine-growl-reporter",
"bugs": "https://github.com/AlphaHydrae/jasmine-growl-reporter/issues",
"author": "Alpha Hydrae (https://github.com/AlphaHydrae)",
"repository": {
"type": "git",
"url": "https://github.com/AlphaHydrae/jasmine-growl-reporter"
},
"license": "MIT"
}