forked from samsonjs/strftime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.17 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
{
"name": "strftime",
"description": "strftime for JavaScript",
"version": "0.9.1",
"homepage": "http://samhuri.net/proj/strftime",
"author": "Sami Samhuri <[email protected]>",
"contributors": [
"Sami Samhuri <[email protected]> (http://samhuri.net)",
"Andrew Schaaf <[email protected]> (http://andrewschaaf.com/)",
"Rob Colburn <[email protected]> (http://robcolburn.com/)",
"Ryan Stafford (http://droffats.net/)",
"Alexandr Nikitin <[email protected]>",
"TJ Holowaychuk (http://tjholowaychuk.com/)",
"John Zwinck (https://github.com/jzwinck)",
"Forbes Lindesay (https://github.com/ForbesLindesay)",
"Ryan Regalado (https://github.com/d48)",
"w0den (https://github.com/w0den)"
],
"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"
},
"licenses": [
{
"type": "MIT",
"url": "http://sjs.mit-license.org"
}
],
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {}
}