{
  "name": "dataship-frame",
  "version": "2.1.1",
  "description": "A Data Frame for Javascript. Crunch numbers in node and the browser.",
  "main": "lib/frame.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "data": "node test/data/generate.js",
    "test": "browserify test/*.js | testling -x $npm_config_browser",
    "dist": "mkdir -p dist && browserify lib/frame.js -s Frame > dist/frame.js",
    "bench": "browserify benchmark/*.js | testling -x $npm_config_browser",
    "bench-datavore": "browserify benchmark/datavore/*.js | testling -x $npm_config_browser"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dataship/frame.git"
  },
  "keywords": [
    "dataframe",
    "statistics",
    "math",
    "pandas",
    "R"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dataship/frame/issues"
  },
  "homepage": "https://github.com/dataship/frame#readme",
  "devDependencies": {
    "arrayloader": "^1.1.2",
    "async": "^2.1.5",
    "benchtap": "^1.0.0",
    "floader": "^1.0.1",
    "tape": "^4.6.3"
  },
  "dependencies": {
    "bit-array": "^0.2.2"
  }
}
