forked from solidgoldpig/handlebars.numeral
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1023 Bytes
/
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
{
"name": "handlebars.numeral",
"description": "Handlebars helpers for numeral.js and wolsey",
"version": "0.1.1",
"main": "handlebars.numeral.js",
"repository": {
"type": "git",
"url": "git://github.com/solidgoldpig/handlebars.numeral.git#0.1.1"
},
"homepage": "http://numeral.handlebars.solidgoldpig.com",
"bugs": "https://github.com/solidgoldpig/handlebars.numeral/issues",
"keywords": [
"handlebars",
"numeral",
"number",
"currency",
"byte",
"cardinal",
"ordinal",
"format"
],
"dependencies": {
"lodash": "^4.17.2",
"numeral": "~1",
"wolsey": "0.1.0"
},
"devDependencies": {
"handlebars": ">0.0.0",
"jasmine-node": "^1.14.x",
"log": "^1.4.0"
},
"scripts": {
"test": "./node_modules/jasmine-node/bin/jasmine-node spec",
"test:output": "npm test -- --verbose --config loglevel info"
},
"author": {
"name": "Alex Robinson",
"email": "[email protected]"
},
"license": "UNLICENSE"
}