{
  "name": "ciebase",
  "version": "0.1.1",
  "description": "Basic building blocks for CIE color spaces",
  "scripts": {
    "test": "mocha"
  },
  "repository": "github:baskerville/ciebase.git",
  "keywords": [
    "color",
    "ciexyz",
    "cie illuminants",
    "rgb workspaces"
  ],
  "author": "Bastien Dejean",
  "license": "BSD-2-Clause",
  "bugs": "https://github.com/baskerville/ciebase/issues",
  "homepage": "https://github.com/baskerville/ciebase",
  "dependencies": {
    "mout": "^0.11.1"
  },
  "devDependencies": {
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-preset-es2015": "^6.3.13",
    "chai": "^3.4.1",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.1.1",
    "gulp-jshint": "^2.0.0",
    "jshint": "^2.8.0",
    "mocha": "^2.3.4"
  }
}
