forked from HubSpot/humanize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 KB
/
package.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
49
50
{
"name": "humanize-plus",
"title": "Humanize",
"description": "A simple utility library for making the web more humane.",
"version": "1.4.2",
"homepage": "https://github.com/HubSpot/humanize",
"main": "./public/src/humanize.js",
"author": {
"name": "HubSpotDev",
"email": "devteam@hubspot.com",
"url": "dev.hubspot.com"
},
"maintainers":[ {
"name": "Jonathan Kim",
"email": "me@jonathan-kim.com",
"web": "http://jonathan-kim.com"
}, {
"name": "Bryan Ash",
"email": "ashbryanct@gmail.com",
"web": "http://github.com/b-ash"
}, {
"name": "Andy Aylward",
"email": "aaylward@gmail.com",
"web": "http://github.com/aaylward"
}],
"repository": {
"type": "git",
"url": "git://github.com/HubSpot/humanize.git"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"bugs": {
"url": "https://github.com/HubSpot/humanize/issues"
},
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt jasmine"
},
"dependencies": {
},
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.3.15",
"grunt-coffee": "0.0.x",
"grunt-jasmine-runner": "0.6.x"
}
}