-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.15 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.15 KB
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
{
"name": "tztime",
"version": "1.0.2",
"main": "./tzTime",
"description": "Timezone transformations in the browser and node.js plus timezone precise timeline creation for charting",
"keywords": [
"charting",
"chart",
"date",
"time",
"timezone",
"tz"
],
"author": {
"name": "Larry Maccherone",
"url": "http://maccherone.com"
},
"homepage": "https://github.com/lmaccherone/tzTime",
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/lmaccherone/tzTime.git"
},
"preferGlobal": false,
"dependencies": {
"underscore": "^1.8.3"
},
"devDependencies": {
"brfs": "^1.4.3",
"browserify": "^4.2.0",
"coffee-script": "~1.9.3",
"coffeedoctest": "~0.5.0",
"fileify-lm": "~0.3.1",
"jsduckify": "~0.3.0",
"marked": "0.2.x",
"nodeunit": "^0.9.0",
"runsync": "~0.1.8",
"uglify-js": "2.2.x",
"wrench": "1.4.x"
},
"scripts": {
"test": "cake testall"
},
"browserify": {
"transform": [
"brfs"
]
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
]
}