-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 847 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
{
"name": "dustjs-helper-formatdate",
"version": "1.0.0",
"author": {
"name": "Adam Bene",
"url": "https://github.com/adambene"
},
"homepage": "https://github.com/adambene/dustjs-helper-formatdate",
"description": "Date formatting helper for Dust.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha --require test/env"
},
"main": "./lib/index",
"repository": {
"type": "git",
"url": "https://github.com/adambene/dustjs-helper-formatdate.git"
},
"keywords": [
"templates",
"views",
"helper",
"helpers",
"dust",
"dustjs",
"format",
"date",
"time",
"locale",
"moment"
],
"dependencies": {
"moment": "~2.10.6",
"dustjs-linkedin": "~2.7.2",
"dustjs-helpers": "~1.7.3"
},
"license": "MIT",
"devDependencies": {
"mocha": "~2.3.3"
}
}