{
  "name": "sbiger-jsutil",
  "description": "Javascript common utilities with ES6. you can build it to ES5",
  "version": "1.3.32",
  "author": "superbiger",
  "license": "MIT",
  "keywords": [
    "javscript",
    "utilities",
    "ES6 ES5",
    "js util"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/superbiger/sbiger-jsutil.git"
  },
  "bugs": {
    "url": "https://github.com/superbiger/sbiger-jsutil/issues"
  },
  "scripts": {
    "build": "babel src/util -d lib",
    "test": "mocha --compilers js:mocha-traceur src/test"
  },
  "devDependencies": {
    "babel-cli": "^6.0.0",
    "babel-core": "^6.18.0",
    "babel-polyfill": "^6.16.0",
    "babel-preset-es2015": "^6.18.0",
    "mocha": "^3.1.2",
    "mocha-traceur": "^2.1.0",
    "should": "^11.1.1"
  },
  "dependencies": {
    "bignumber.js": "^3.0.0"
  }
}
