UNPKG

jsdataframe

Version:

a data frame library inspired by R and Python Pandas

40 lines (39 loc) 893 B
{ "name": "jsdataframe", "version": "0.2.0", "description": "a data frame library inspired by R and Python Pandas", "main": "jsdataframe.js", "scripts": { "test": "jasmine", "build": "uglifyjs jsdataframe.js -c \"evaluate=false\" -m --source-map jsdataframe-min.map -o jsdataframe-min.js" }, "author": "Joshua Ainslie", "license": "MIT", "devDependencies": { "jasmine": "^2.4.1", "uglify-js": "^2.6.1" }, "files": [ "jsdataframe.js", "jsdataframe-min.js", "jsdataframe-min.map" ], "repository": { "type": "git", "url": "git+https://github.com/osdat/jsdataframe.git" }, "keywords": [ "dataframe", "data", "frame", "wrangling", "munging", "R", "python", "pandas" ], "bugs": { "url": "https://github.com/osdat/jsdataframe/issues" }, "homepage": "https://github.com/osdat/jsdataframe" }