Merge pull request #477 from danvk/461-retina
[dygraphs.git] / package.json
CommitLineData
4c3816a5
DV
1{
2 "name": "dygraphs",
3 "version": "1.0.1",
4 "description": "dygraphs is a fast, flexible open source JavaScript charting library.",
5 "main": "dygraph.js",
6 "directories": {
7 "doc": "docs",
8 "test": "tests"
9 },
10 "scripts": {
11 "test": "make test"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/danvk/dygraphs.git"
16 },
17 "keywords": [
18 "dygraphs",
19 "javascript",
20 "visualization",
21 "canvas",
22 "chart",
23 "timeseries"
24 ],
25 "author": "Dan Vanderkam (danvdk@gmail.com)",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/danvk/dygraphs/issues"
29 },
30 "homepage": "https://github.com/danvk/dygraphs",
31 "devDependencies": {
60edb3ae
DV
32 "phantomjs": "^1.9.7-8",
33 "closure-compiler": "^0.2.6",
d218710c
DV
34 "obvious-closure-library": "^20140401.0.2",
35 "uglify-js": "^2"
4c3816a5
DV
36 },
37 "scripts": {
38 "test": "make test"
39 }
40}