-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 926 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
42
43
44
45
46
47
48
{
"name": "date-shortcode",
"version": "1.0.0",
"description": "A small and simple date shortcode library.",
"keywords": [
"code",
"date",
"day",
"hour",
"minute",
"month",
"parse",
"second",
"short",
"time",
"week",
"year"
],
"author": {
"name": "Kodie Grantham",
"email": "[email protected]",
"url": "http://kodieg.com"
},
"repository": {
"type": "git",
"url": "https://github.com/kodie/date-shortcode.git"
},
"bugs": {
"url": "https://github.com/kodie/date-shortcode/issues"
},
"homepage": "https://github.com/kodie/date-shortcode",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "standard && ava"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"diff": "^3.4.0",
"replace-once": "^1.0.0"
},
"devDependencies": {
"ava": "^0.25.0",
"standard": "^11.0.0"
}
}