blob: 60b81c87b7af984bc959ef6a87bfa9780b323c05 [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": {
"version": "0.0.0-PLACEHOLDER",
"rootPath": "."
}
},
"scripts": {
"test": "bazel test //..."
}
}