forked from taijinlee/humanize
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 851 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 851 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
27
28
29
30
31
32
33
{
"name": "humanize",
"version": "0.0.6",
"description": "Javascript string formatter for human readability",
"main": "humanize.js",
"dependencies": {},
"devDependencies": {
"mocha": "1.0.3",
"should": "0.6.3",
"jshint": "0.7.1"
},
"scripts": {
"test": "./node_modules/jshint/bin/hint humanize.js; find specs -type f -a -name *.spec.js -exec ./node_modules/mocha/bin/mocha --globals requirejsVars -R list --require should {} \\;"
},
"repository": {
"type": "git",
"url": "https://github.com/highspot/humanize.git"
},
"keywords": [
"util",
"client",
"browser"
],
"author": {
"name": "Tai-Jin Lee",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/highspot/humanize/issues"
},
"homepage": "https://github.com/highspot/humanize"
}