-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.co
More file actions
21 lines (16 loc) · 945 Bytes
/
package.co
File metadata and controls
21 lines (16 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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'