-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.39 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.39 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"_from": "dygraphs",
"_id": "dygraphs@2.1.0",
"_inBundle": false,
"_integrity": "sha1-L7/SyAPq0CMH3z+vjU3T71XLIHU=",
"_location": "/dygraphs",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "dygraphs",
"name": "dygraphs",
"escapedName": "dygraphs",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/dygraphs/-/dygraphs-2.1.0.tgz",
"_shasum": "2fbfd2c803ead02307df3faf8d4dd3ef55cb2075",
"_spec": "dygraphs",
"_where": "C:\\Users\\Alpine\\Desktop\\Work\\insight\\src",
"author": {
"name": "Dan Vanderkam",
"url": "danvdk@gmail.com"
},
"bugs": {
"url": "https://github.com/danvk/dygraphs/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "dygraphs is a fast, flexible open source JavaScript charting library.",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"browserify-header": "^0.9.2",
"chai": "^3.3.0",
"clean-css": "^4.2.1",
"core-js": "^2.4.1",
"coveralls": "^2.11.2",
"envify": "^3.4.0",
"exorcist": "^0.4.0",
"http-server": "^0.8.5",
"istanbul": "^0.4.0",
"jshint": "^2.5.10",
"lcov-parse": "0.0.9",
"mocha": "^2.1.0",
"mocha-phantomjs": "3.5.3",
"mocha-phantomjs-istanbul": "0.0.2",
"parse-data-uri": "^0.2.0",
"phantomjs": "^1.9.7-8",
"pre-commit": "^1.0.6",
"source-map": "^0.4.2",
"uglify-js": "^2.5.0",
"watchify": "^3.4.0"
},
"files": [
"index.js",
"index.es5.js",
"docs",
"dist",
"src",
"src-es5"
],
"homepage": "https://github.com/danvk/dygraphs",
"jsnext:main": "index",
"keywords": [
"dygraphs",
"javascript",
"visualization",
"canvas",
"chart",
"timeseries"
],
"license": "MIT",
"main": "index.es5",
"module": "index",
"name": "dygraphs",
"pre-commit": [
"tests-ok"
],
"repository": {
"type": "git",
"url": "git://github.com/danvk/dygraphs.git"
},
"scripts": {
"build": "./scripts/build.sh",
"build-tests": "./scripts/build-tests.sh",
"coverage": "./scripts/generate-coverage.sh",
"test": "./scripts/run-tests.sh",
"tests-ok": "./scripts/check-no-only.sh",
"watch": "./scripts/watch.sh"
},
"version": "2.1.0"
}