forked from samsonjs/strftime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.6 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
{
"name": "strftime",
"description": "strftime for JavaScript",
"version": "0.10.0",
"homepage": "http://samhuri.net/proj/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)",
"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)"
],
"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": {}
}