-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 724 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 724 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
{
"name": "timeseries",
"version": "0.2.1",
"description": "Utilities for working with a collection of data columns aligned along a common timeline",
"homepage": "http://github.com/dsc/timeseries.js",
"keywords": [
"timeseries",
"csv",
"util"
],
"author": "David Schoonover <dsc@less.ly> (http://less.ly)",
"main": "./lib",
"dependencies": {
"underscore": "== 1.4.x",
"underscore.nested": "== 0.1.x"
},
"devDependencies": {
"coco": "== 0.9.x"
},
"repository": {
"type": "git",
"url": "http://github.com/dsc/timeseries.js.git"
},
"bugs": {
"url": "http://github.com/dsc/timeseries.js/issues"
},
"engine": {
"node": ">=0.8.x"
},
"license": "MIT"
}