Skip to content

Commit 1aae315

Browse files
committed
adds bower
1 parent f6ad7b7 commit 1aae315

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

bower.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "todo-regex",
3+
"description": "Regular expression for matching TODO statements in a string.",
4+
"repository": "regexps/todo-regex",
5+
"license": "MIT",
6+
"homepage": "https://github.com/regexps/todo-regex",
7+
"authors": [
8+
"Jon Schlinkert (https://github.com/jonschlinkert)"
9+
],
10+
"main": [
11+
"index.js"
12+
],
13+
"devDependencies": {
14+
"mocha": "*"
15+
},
16+
"keywords": [
17+
"expression",
18+
"regex",
19+
"regexp",
20+
"regular",
21+
"todo"
22+
]
23+
}

0 commit comments

Comments
 (0)