{
  "name": "sinux",
  "version": "0.2.1",
  "description": "Facebook Flux architecture implementation based on self dispatching actions and commands",
  "main": "dist/sinux.js",
  "scripts": {
    "prepublish": "npm run build",
    "build": "webpack",
    "test": "mocha --compilers js:babel-core/register --recursive",
    "test:watch": "npm test -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jbpin/sinux.git"
  },
  "keywords": [
    "flux",
    "signal",
    "command",
    "store",
    "action",
    "react",
    "promise",
    "sinux",
    "generator"
  ],
  "author": "jbpin<jeanbaptiste.pin@gmail.com>",
  "bugs": {
    "url": "https://github.com/jbpin/sinux/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.3.17",
    "babel-loader": "^6.2.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "chai": "^3.4.1",
    "mocha": "^2.3.4",
    "webpack": "^1.12.9"
  },
  "dependencies": {
    "babel-runtime": "^6.23.0",
    "co": "^4.6.0"
  }
}
