{
  "devDependencies": {
    "benchmark": "^2.1.4",
    "colors": "^1.1.2",
    "coveralls": "^2.13.1",
    "diff": "^3.2.0",
    "glob": "^7.1.2",
    "immutable": "^3.8.2",
    "istanbul": "^0.4.5",
    "jasmine-core": "^2.6.2",
    "karma": "^1.7.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "mocha": "^3.4.1",
    "mocha-lcov-reporter": "^1.3.0",
    "should": "^11.2.1",
    "should-equal": "^1.0.1",
    "uglify-js": "^3.0.10"
  },
  "bin": {
    "bsb": "lib/bsb",
    "bsc": "lib/bsc",
    "bsrefmt": "lib/bsrefmt"
  },
  "scripts": {
    "test": "node scripts/ciTest.js  -all",
    "test-theme": "node scripts/ciTest.js -theme",
    "test-bsb": "node scripts/ciTest.js -bsb",
    "test-ocaml": "node scripts/ciTest.js -ounit",
    "cover": "istanbul cover --report html ./node_modules/.bin/_mocha --   ./jscomp/test/**/*test.js && open coverage/index.html",
    "coverage": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly --  './jscomp/test/*test.js'",
    "coveralls": "npm run-script coverage && node ./node_modules/.bin/coveralls < coverage/lcov.info",
    "postinstall": "node scripts/install.js"
  },
  "name": "bs-platform",
  "version": "5.0.2",
  "description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bucklescript/bucklescript.git"
  },
  "keywords": [
    "ocaml",
    "bucklescript",
    "stdlib",
    "functional programming"
  ],
  "author": {
    "name": "Hongbo Zhang"
  },
  "maintainers": [
    {
      "name": "hongbo_zhang",
      "email": "bobzhang1988@gmail.com"
    }
  ],
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/bucklescript/bucklescript/issues"
  },
  "homepage": "https://github.com/bucklescript/bucklescript#readme"
}
