{
  "name": "dojichart",
  "version": "0.6.1",
  "main": "dojichart",
  "description": "Candlestick charts using the canvas element",
  "repository": {
    "type": "git",
    "url": "https://github.com/dojichart/dojichart"
  },
  "directories": {
    "bin": "./dist",
    "lib": "./src",
    "example": "./samples",
    "doc": "./docs"
  },
  "dependencies": {
    "fast-stats": "0.0.3",
    "jquery": "^3.0.0",
    "moment": "^2.11.2",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.6.0",
    "babelify": "^7.2.0",
    "browserify-shim": "^3.8.12",
    "chai": "^3.5.0",
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^3.1.0",
    "gulp-babel": "^6.1.2",
    "gulp-browserify": "^0.5.1",
    "gulp-clean": "^0.3.2",
    "gulp-concat-css": "^2.2.0",
    "gulp-copy": "0.0.2",
    "gulp-header": "^1.7.1",
    "gulp-jsdoc3": "^0.2.1",
    "gulp-jshint": "^2.0.0",
    "gulp-less": "^3.0.5",
    "gulp-minify-css": "^1.2.4",
    "gulp-mocha-phantomjs": "^0.11.0",
    "gulp-notify": "^2.2.0",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.5.3",
    "gulp-util": "^3.0.7",
    "gulp-wrapper": "^1.0.0",
    "jshint": "^2.9.1",
    "mocha": "^2.4.5",
    "run-sequence": "^1.2.2",
    "vinyl-source-stream": "^1.1.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Jay Wilson",
  "license": "GPL-3.0"
}
