-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 708 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "jasmine-utils",
"version": "0.7.0",
"authors": [
"Mickael Jeanroy"
],
"description": "Simple Plugin to add a lot of custom matchers to jasmine framework",
"main": "src/jasmine-utils.js",
"keywords": [
"jasmine"
],
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"tasks",
"src/core",
"src/index.js",
"karma.common.conf.js",
"karma.coverage.conf.js",
"karma.saucelab.conf.js",
"karma.tdd.conf.js",
"karma.test.conf.js",
"gulpfile.js",
"conf.js",
"rollup.conf.js",
"tslint.json"
],
"dependencies": {
"jasmine-core": ">=1.3.0"
}
}