-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 993 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": "@cloudfour/hbs-helpers",
"version": "0.11.0",
"description": "Handlebars helpers used for various Cloud Four projects.",
"author": "Cloud Four (http://cloudfour.com)",
"license": "MIT",
"homepage": "https://github.com/cloudfour/core-hbs-helpers",
"repository": "cloudfour/core-hbs-helpers",
"bugs": "https://github.com/cloudfour/core-hbs-helpers/issues",
"keywords": [
"handlebars",
"helpers",
"mustache",
"template"
],
"main": "index.js",
"files": [
"lib",
"index.js"
],
"dependencies": {
"capitalize": "^2.0.0",
"chance": "^1.0.3",
"handlebars": "^4.0.3",
"ltx": "^3.0.0",
"moment": "^2.10.6",
"num2fraction": "^1.2.2",
"ramda": "^0.30.0",
"require-dir": "^1.0.0",
"tinycolor2": "^1.3.0"
},
"devDependencies": {
"tap-spec": "5.0.0",
"tape": "5.9.0"
},
"scripts": {
"test": "tape test/*.spec.js | tap-spec",
"prepublish": "npm test",
"preversion": "npm test"
}
}