forked from dgadiraju/itversity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.72 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "dateformat",
"description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
"maintainers": [
{
"name": "felixge",
"email": "[email protected]"
},
{
"name": "ctavan",
"email": "[email protected]"
}
],
"homepage": "https://github.com/felixge/node-dateformat",
"author": {
"name": "Steven Levithan"
},
"contributors": [
{
"name": "Steven Levithan"
},
{
"name": "Felix Geisendörfer",
"email": "[email protected]"
},
{
"name": "Christoph Tavan",
"email": "[email protected]"
}
],
"version": "1.0.11",
"licenses": {
"type": "MIT",
"url": "https://raw.githubusercontent.com/felixge/node-dateformat/master/LICENSE"
},
"main": "lib/dateformat",
"bin": {
"dateformat": "bin/cli.js"
},
"dependencies": {
"get-stdin": "*",
"meow": "*"
},
"devDependencies": {
"underscore": "1.7.0",
"mocha": "2.0.1"
},
"engines": {
"node": "*"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/felixge/node-dateformat.git"
},
"bugs": {
"url": "https://github.com/felixge/node-dateformat/issues"
},
"_id": "[email protected]",
"dist": {
"shasum": "f27cbee7a012bbfb82ea051562d3977f6093dbb1",
"tarball": "http://registry.npmjs.org/dateformat/-/dateformat-1.0.11.tgz"
},
"_from": "dateformat@*",
"_npmVersion": "1.3.24",
"_npmUser": {
"name": "ctavan",
"email": "[email protected]"
},
"directories": {},
"_shasum": "f27cbee7a012bbfb82ea051562d3977f6093dbb1",
"_resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.11.tgz",
"readme": "ERROR: No README data found!"
}