Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80536 views
1
{
2
"name": "date-now",
3
"version": "0.1.4",
4
"description": "A requirable version of Date.now()",
5
"keywords": [],
6
"author": {
7
"name": "Raynos",
8
"email": "[email protected]"
9
},
10
"repository": {
11
"type": "git",
12
"url": "git://github.com/Colingo/date-now.git"
13
},
14
"main": "index",
15
"homepage": "https://github.com/Colingo/date-now",
16
"contributors": [
17
{
18
"name": "Artem Shoobovych"
19
}
20
],
21
"bugs": {
22
"url": "https://github.com/Colingo/date-now/issues",
23
"email": "[email protected]"
24
},
25
"dependencies": {},
26
"devDependencies": {
27
"tape": "~0.2.2",
28
"browserify": "https://github.com/raynos/node-browserify/tarball/master",
29
"testem": "~0.2.52"
30
},
31
"licenses": [
32
{
33
"type": "MIT",
34
"url": "http://github.com/Colingo/date-now/raw/master/LICENSE"
35
}
36
],
37
"scripts": {
38
"test": "node ./test",
39
"build": "browserify test/index.js -o test/static/bundle.js",
40
"testem": "testem"
41
},
42
"testling": {
43
"files": "test/*.js",
44
"browsers": {
45
"ie": [
46
"8",
47
"9",
48
"10"
49
],
50
"firefox": [
51
"16",
52
"17",
53
"nightly"
54
],
55
"chrome": [
56
"22",
57
"23",
58
"canary"
59
],
60
"opera": [
61
"12",
62
"next"
63
],
64
"safari": [
65
"5.1"
66
]
67
}
68
},
69
"_id": "[email protected]",
70
"dist": {
71
"shasum": "eaf439fd4d4848ad74e5cc7dbef200672b9e345b",
72
"tarball": "http://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz"
73
},
74
"_from": "date-now@>=0.1.4 <0.2.0",
75
"_npmVersion": "1.2.3",
76
"_npmUser": {
77
"name": "raynos",
78
"email": "[email protected]"
79
},
80
"maintainers": [
81
{
82
"name": "raynos",
83
"email": "[email protected]"
84
}
85
],
86
"directories": {},
87
"_shasum": "eaf439fd4d4848ad74e5cc7dbef200672b9e345b",
88
"_resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
89
"readme": "ERROR: No README data found!"
90
}
91
92