-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 727 Bytes
/
Copy pathbower.json
File metadata and controls
28 lines (28 loc) · 727 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
{
"name": "forcefeed",
"description": "The forceFeed.js script is designed to help you test your design's tolerance for variable, dynamic content. A tiny script that \"force feeds\" HTML elements with random text content within specified parameters. Set up, keep refreshing your browser until something breaks",
"main": "forceFeed.js",
"authors": [
"Heydon Pickering <heydon@heydonworks.com>"
],
"license": "WTFPL",
"keywords": [
"design",
"tolerance",
"dynamic",
"content"
],
"homepage": "https://github.com/Heydon/forceFeed",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}