forked from danvk/dygraphs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 855 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 855 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
{
"name": "dygraphs",
"version": "1.0.1",
"description": "dygraphs is a fast, flexible open source JavaScript charting library.",
"main": "dygraph.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git://github.com/danvk/dygraphs.git"
},
"keywords": [
"dygraphs",
"javascript",
"visualization",
"canvas",
"chart",
"timeseries"
],
"author": "Dan Vanderkam (danvdk@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/danvk/dygraphs/issues"
},
"homepage": "https://github.com/danvk/dygraphs",
"devDependencies": {
"closure-compiler": "^0.2.6",
"jshint": "^2.5.10",
"obvious-closure-library": "^20140401.0.2",
"phantomjs": "^1.9.7-8",
"uglify-js": "^2"
},
"scripts": {
"test": "make test"
}
}