forked from epochjs/epoch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 934 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 934 Bytes
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": "epoch-charting",
"version": "0.6.0",
"description": "A general purpose real-time charting library for building beautiful, smooth, and high performance visualizations.",
"keywords": [
"chart",
"charting",
"visualization",
"svg",
"animation",
"canvas",
"d3"
],
"homepage": "http://fastly.github.io/epoch/",
"author": {
"name": "rsandor",
"url": "https://github.com/rsandor"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/fastly/epoch/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/fastly/epoch.git"
},
"dependencies": {
"d3": "^3.4.13"
},
"devDependencies": {
"coffee-script": "^1.6.3",
"node-minify": "^0.7.5",
"codo": "^2.0.8",
"node-sass": "^0.9.3",
"mocha": "^1.18.2",
"xmlhttprequest": "^1.6.0",
"jsdom": "^0.11.1",
"chai": "^1.9.1"
}
}