-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
53 lines (53 loc) · 1.79 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
46
47
48
49
50
51
52
53
{
"name": "strftime",
"description": "strftime for JavaScript",
"version": "0.10.3",
"homepage": "https://samhuri.net/projects/strftime",
"author": "Sami Samhuri <[email protected]>",
"contributors": [
"Alexandr Nikitin (https://github.com/alexandrnikitin)",
"Andrew Pirondini of iFixit (https://github.com/andrewjpiro)",
"Andrew Schaaf <[email protected]> (https://github.com/andrewschaaf)",
"Ayman Nedjmeddine (https://github.com/IOAyman)",
"Cory Heslip (https://github.com/cheslip)",
"Douglas de Espindola (https://github.com/douglasep)",
"Forbes Lindesay (https://github.com/ForbesLindesay)",
"John Zwinck (https://github.com/jzwinck)",
"Joost Hietbrink (https://github.com/joost)",
"Kevin Jin (https://github.com/Kevin-Jin)",
"Michael J. (https://github.com/michaeljayt)",
"Peter deHaan (https://github.com/pdehaan)",
"Rob Colburn <[email protected]> (https://github.com/robcolburn)",
"Ryan Regalado (https://github.com/d48)",
"Ryan Stafford (https://github.com/ryanstafford)",
"Sami Samhuri <[email protected]> (https://github.com/samsonjs)",
"Stian Grytøyr (https://github.com/stiang)",
"TJ Holowaychuk (https://github.com/tj)",
"w0den (https://github.com/w0den)",
"Yusuke Kawasaki (https://github.com/kawanet)",
"Aryan Arora (https://github.com/aryan-debug)"
],
"keywords": [
"strftime",
"format",
"string",
"time",
"date"
],
"repository": {
"type": "git",
"url": "git://github.com/samsonjs/strftime.git"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/samsonjs/strftime/issues"
},
"main": "./strftime.js",
"engines": {
"node": ">=0.2.0"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {}
}