-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"author": "Almog Melamed <[email protected]> (http://github.com/radagaisus/)",
"name": "round-to-human",
"version": "0.0.2",
"description": "Rounds a number to a nicer number people like to use",
"keywords": ["round", "number", "math", "round to human"],
"homepage": "https://github.com/radagaisus/round-to-human/",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/radagaisus/round-to-human.git"
},
"contributors": [
{
"name": "Almog Melamed",
"email": "[email protected]",
"web": "http://github.com/radagaisus/"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": {
"url": "http://github.com/radagaisus/round-to-human/issues/"
},
"engines": {
"node": ">=0.6.0"
},
"dependencies": {},
"devDependencies": {
"coffee-script": "latest",
"mocha": "latest"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec --ui bdd --require coffee-script --colors --compilers coffee:coffee-script/register test/*"
},
"bin": {}
}