{
  "name": "suleras",
  "version": "0.2.1",
  "description": "The coolest dashboard written in ReactJS",
  "main": "dist/suleras.js",
  "directories": {
    "doc": "docs"
  },
  "scripts": {
    "test": "karma start --single-run",
    "script": "babel --stage=0 --out-file dist/suleras.js scripts/",
    "style": "sass styles/main.scss dist/suleras.css",
    "build": "npm run script && npm run style",
    "lint": "eslint scripts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sourcescript/eidolon.git"
  },
  "author": "Kier Borromeo <seraphipod@gmail.com> (https://srph.github.io)",
  "license": "MIT",
  "dependencies": {
    "radium": "^0.10.1",
    "react": "^0.13.1"
  },
  "devDependencies": {
    "babel": "^5.0.8",
    "babel-core": "^5.0.8",
    "babel-eslint": "^3.0.1",
    "babel-loader": "^5.0.0",
    "chai": "^2.2.0",
    "eslint": "^0.20.0",
    "karma": "^0.12.31",
    "karma-chai": "^0.1.0",
    "karma-mocha": "^0.1.10",
    "karma-phantomjs-launcher": "^0.1.4",
    "karma-sinon": "^1.0.4",
    "karma-sourcemap-loader": "^0.3.4",
    "karma-webpack": "^1.5.0",
    "mocha": "^2.2.4",
    "phantomjs-polyfill": "0.0.1",
    "sinon": "^1.14.1",
    "webpack": "^1.8.7"
  }
}
