forked from HubSpot/humanize
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 745 Bytes
/
bower.json
File metadata and controls
26 lines (26 loc) · 745 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
{
"name": "humanize-plus",
"version": "1.8.1",
"homepage": "https://github.com/HubSpot/humanize",
"authors": [
"HubSpot <devteam@hubspot.com> (http://dev.hubspot.com)",
"Jonathan Kim <me@jonathan-kim.com> (http://jonathan-kim.com)",
"Bryan Ash <ashbryanct@gmail.com> (http://github.com/b-ash)",
"Andy Aylward <aaylward@gmail.com> (http://github.com/aaylward)",
"Nicholas Hwang <geek@nicholashwang.com> (http://github.com/geekjuice)"
],
"description": "A simple utility library for making the web more humane.",
"main": "./src/humanize.js",
"keywords": [
"humanize",
"format"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}