-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 774 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 774 Bytes
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
{
"name": "metalsmith-date-formatter",
"version": "1.0.2",
"description": "format dates",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"keywords": [
"date"
],
"author": "dale tan <dale@1stdibs.com> (https://1stdibs.com)",
"bugs": {
"url": "https://github.com/hellatan/metalsmith-date-formatter/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/hellatan/metalsmith-date-formatter"
},
"license": "MIT",
"dependencies": {
"lodash.isarray": "^3.0.3",
"lodash.isempty": "^3.0.4",
"lodash.isstring": "^3.0.1",
"lodash.transform": "^3.0.3",
"moment": "^2.10.3"
},
"devDependencies": {
"metalsmith": "^1.7.0",
"mocha": "^2.2.5"
}
}