-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
bower.json
38 lines (38 loc) · 898 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
35
36
37
38
{
"name": "parse-authors",
"description": "Parse a string into an array of objects with `name`, `email` and `url` properties following npm conventions. Useful for the `authors` property in package.json or for parsing an AUTHORS file into an array of authors objects.",
"repository": "jonschlinkert/parse-authors",
"license": "MIT",
"homepage": "https://github.com/jonschlinkert/parse-authors",
"authors": [
"Jon Schlinkert (https://github.com/jonschlinkert)"
],
"main": [
"index.js"
],
"dependencies": {
"parse-author": "^0.2.1"
},
"devDependencies": {
"gulp-format-md": "^0.1.7",
"mocha": "^2.4.5"
},
"keywords": [
"author",
"authors",
"exec",
"expression",
"extract",
"maintainer",
"maintainers",
"match",
"package",
"parse",
"person",
"pkg",
"re",
"regex",
"regexp",
"regular"
]
}