forked from samsonjs/strftime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "strftime",
"description": "strftime for JavaScript",
"version": "0.5.0",
"homepage": "http://samhuri.net/proj/strftime",
"author": "Sami Samhuri <sami@samhuri.net>",
"contributors": [
"Sami Samhuri <sami@samhuri.net> (http://samhuri.net)",
"Andrew Schaaf <andrew@andrewschaaf.com> (http://andrewschaaf.com/)",
"Rob Colburn <rob@robcolburn.com> (http://robcolburn.com/)",
"Ryan Stafford (http://droffats.net/)"
],
"repository": {
"type": "git",
"url": "git://github.com/samsonjs/strftime.git"
},
"bugs": {
"email": "sami@samhuri.net",
"url": "https://github.com/samsonjs/strftime/issues"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/index",
"engines": {
"node": ">=0.2.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/samsonjs/strftime/raw/master/LICENSE"
}
],
"component": {
"scripts": {
"strftime": "./lib/index.js"
}
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {}
}