forked from arshadkazmi42/custom-date-formatting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 897 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
{
"name": "customdateformating",
"version": "1.0.1",
"description": "Small npm package for custom date formatting",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/arshadkazmi42/custom-date-formatting.git"
},
"keywords": [
"\"date\"",
"\"formatting\"",
"\"custom",
"date\"",
"\"custom",
"date",
"formatting\""
],
"author": "Arshad Kazmi <arshadkazmi42@gmail.com> (http://arshad.kaspat.com)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/arshadkazmi42/custom-date-formatting/issues"
},
"homepage": "https://github.com/arshadkazmi42/custom-date-formatting#readme",
"devDependencies": {
"chai": "^4.1.1",
"mocha": "^3.5.0"
},
"dependencies": {
"moment": "^2.18.1"
}
}