{
  "name": "spm-dataframe",
  "version": "1.0.21",
  "description": "data frame for statistics",
  "keywords": [
    "data",
    "frame"
  ],
  "homepage": "http://gitlab.alibaba-inc.com/acharts/dataframe",
  "author": "dxq613@gmail.com",
  "repository": {
    "type": "git",
    "url": "git@gitlab.alibaba-inc.com:acharts/dataframe.git"
  },
  "bugs": {
    "url": "http://gitlab.alibaba-inc.com/acharts/dataframe/issues"
  },
  "licenses": "MIT",
  "scripts": {
    "lint": "gulp lint",
    "build": "spm-webpack -c"
  },
  "precommit": [
    "lint"
  ],
  "spm": {
    "tests": "tests/*-spec.js"
  },
  "devDependencies": {
    "gulp": "~3.8.10",
    "gulp-concat": "~2.4.3",
    "gulp-jshint": "~1.9.2",
    "gulp-rename": "~1.2.0",
    "gulp-sass": "~1.3.1",
    "gulp-uglify": "~1.0.2",
    "gulp-util": "~3.0.2",
    "through2": "~0.6.3",
    "lodash": "~3.0.1",
    "@ali/expect.js": "0.3.1",
    "spm-webpack": "~1.0.0"
  },
  "main": "index.js",
  "dependencies": {
    "@ali/g-util": "~1.0.0",
    "spm-simple-statistics": "~0.9.0"
  },
  "engines": {
    "node": ">=4.0.0"
  }
}
