UNPKG

pondjs

Version:

A timeseries library build on top of immutable.js

35 lines (34 loc) 979 B
{ "name": "pondjs", "version": "0.9.0", "main": "lib/entry", "types": "src/index.d.ts", "description": "A timeseries library build on top of immutable.js", "homepage": "http://software.es.net/pond", "scripts": { "test": "jest --testEnvironment node ", "build": ". ./scripts/build.sh" }, "license": "BSD-3-Clause-LBNL", "dependencies": { "@babel/polyfill": "^7.7.0", "immutable": "^3.6.4", "immutable-devtools": "0.0.4", "moment": "^2.24.0", "underscore": "^1.9.1" }, "devDependencies": { "@babel/cli": "^7.7.0", "@babel/core": "^7.7.2", "@babel/plugin-proposal-export-default-from": "^7.5.2", "@babel/plugin-transform-runtime": "^7.6.2", "@babel/preset-env": "^7.7.1", "babel-jest": "^24.9.0", "jest": "^24.9.0", "pre-commit": "^1.2.2" }, "keywords": [ "timeseries", "immutable" ] }