{
  "name": "excel-builder-commonjs",
  "version": "1.0.0",
  "description": "An easy way of building Excel files with javascript",
  "main": "export.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stephenliberty/excel-builder.js.git"
  },
  "keywords": [
    "excel",
    "javascript"
  ],
  "author": "Stephen Liberty",
  "license": "GPLv3",
  "bugs": {
    "url": "https://github.com/stephenliberty/excel-builder.js/issues"
  },
  "homepage": "https://github.com/stephenliberty/excel-builder.js",
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-requirejs": "~0.4.1",
    "grunt-contrib-uglify": "*",
    "almond": "*",
    "grunt-contrib-jshint": "*",
    "grunt-contrib-copy": "*"
  },
  "dependencies": {
    "underscore": "~1.6.0",
    "jszip": "~2.1.0",
    "requirejs": "~2.1.10"
  },
  "main" : "index.js"
}
