-
-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 549 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 549 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
{
"name": "randexp",
"description": "Create random strings that match a given regular expression.",
"main": "build/randexp.min.js",
"authors": [
"fent (https://github.com/fent)"
],
"license": "MIT",
"keywords": [
"regex",
"regexp",
"regular",
"expression",
"random",
"test"
],
"homepage": "https://github.com/fent/randexp.js",
"ignore": [
"**/.*",
"coverage",
"gulpfile.js",
"lib",
"package.json",
"bower_components",
"node_modules",
"test"
],
"version": "0.5.3"
}