forked from marmelab/gremlins.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 703 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 703 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
{
"name": "gremlins.js",
"version": "0.1.0",
"homepage": "https://github.com/marmelab/gremlins.js",
"authors": [
"Francois Zaninotto <fzaninotto@gmail.com>",
"Emmanuel Quentin <manu.quentin@gmail.com>",
"Thiery Michel <thiery@marmelab.com>"
],
"description": "A monkey testing library written in JavaScript, for Node.js and the browser. Use it to check the robustness of web applications by unleashing a horde of undisciplined gremlins.",
"main": "gremlins.min.js",
"keywords": [
"monkey",
"test",
"testing",
"stress",
"gremlin"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}