forked from avrelian/jasmine-custom-message
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 815 Bytes
/
bower.json
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
{
"name": "jasmine-custom-message",
"description": "custom failure message on any jasmine assertion",
"version": "0.8.0",
"homepage": "https://github.com/avrelian/jasmine-custom-message",
"authors": [{
"name": "Sergey Radchenko",
"email": "[email protected]",
"homepage": "https://github.com/avrelian"
}],
"repository": {
"type": "git",
"url": "[email protected]:avrelian/jasmine-custom-message.git"
},
"main": "jasmine-custom-message.js",
"devDependencies": {
"jasmine-1.3.1": "https://github.com/pivotal/jasmine.git#v1.3.1"
},
"keywords": [
"jasmine",
"error message",
"failure message",
"custom message"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"docs",
"specs",
"Gruntfile.js"
]
}