{
  "name": "1-click-bom",
  "description": "Parse and write 1-click-BOM data.",
  "homepage": "http://1clickBOM.com",
  "author": "Kaspar Emanuel",
  "license": "MIT",
  "version": "1.3.1",
  "scripts": {
    "test": "istanbul cover -x test/ --include-all-sources _mocha",
    "build": "babel --presets es2015 src -d lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/monostable/nodejs-1-click-bom.git"
  },
  "bugs": {
    "url": "https://github.com/monostable/nodejs-1-click-bom/issues"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-es2015": "^6.24.0",
    "chai": "^3.4.1",
    "istanbul": "^0.4.2",
    "mocha": "^2.3.4"
  },
  "main": "lib/main.js",
  "dependencies": {
    "xlsx": "^0.12.6"
  }
}
