-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "handlebars-helper-moment",
"version": "0.2.0",
"description": "A helper to master time! Combining the powers of Assemble, Handlebars.js and Moment.js. This helper leverages Moment.js to provide ultimate control over manipulating time and dates in your templates.",
"author": {
"name": "Mikko Tapionlinna",
"url": "https://github.com/Arkkimaagi"
},
"homepage": "https://github.com/assemble/handlebars-helper-moment",
"main": "moment.js",
"repository": {
"type": "git",
"url": "git://github.com/assemble/handlebars-helper-moment.git"
},
"bugs": {
"url": "https://github.com/assemble/handlebars-helper-moment/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/assemble/handlebars-helper-moment/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"moment": "~2.0.0",
"lodash": "~2.2.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-readme": "~0.1.9",
"grunt-assemble": "^0.1.13"
},
"keywords": [
"assemble",
"date",
"handlebars helper",
"handlebars",
"helper",
"moment",
"moment.js",
"site generator",
"time"
]
}