-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbower.json
48 lines (48 loc) · 961 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
39
40
41
42
43
44
45
46
47
48
{
"name": "longest",
"description": "Get the longest item in an array.",
"repository": "jonschlinkert/longest",
"license": "MIT",
"homepage": "https://github.com/jonschlinkert/longest",
"authors": [
"Jon Schlinkert"
],
"main": [
"index.js"
],
"devDependencies": {
"gulp-format-md": "^0.1.12",
"mocha": "^3.3.0"
},
"keywords": [
"array",
"element",
"item",
"length",
"long",
"longest"
],
"version": "2.0.0",
"bugs": {
"url": "https://github.com/jonschlinkert/longest/issues"
},
"files": [
"index.js"
],
"ignore": [
"actual",
"bower_components",
"fixtures",
"node_modules",
"temp",
"test",
"test.js",
"tmp"
],
"contributors": [
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"Kevin Mårtensson (https://github.com/kevva)",
"Kyle Mitchell (https://kemitchell.com)",
"Shinnosuke Watanabe (https://shinnn.github.io)"
]
}