blob: 9ed6b1b797e8be5a9bc87fddbc85b0985ae95141 [file]
{
"name": "@bazel/jasmine",
"description": "Run Jasmine tests under Bazel",
"license": "Apache-2.0",
"version": "0.0.0-PLACEHOLDER",
"repository": {
"type" : "git",
"url" : "https://github.com/bazelbuild/rules_nodejs.git",
"directory": "packages/jasmine"
},
"bugs": {
"url": "https://github.com/bazelbuild/rules_nodejs/issues"
},
"keywords": [
"jasmine",
"bazel"
],
"main": "index.js",
"dependencies": {
"jasmine": "~3.3.1",
"jasmine-core": "~3.3.0",
"v8-coverage": "1.0.9"
},
"bazelWorkspaces": {
"npm_bazel_jasmine": {
"rootPath": "."
}
},
"scripts": {
"test": "bazel test //..."
}
}