jsuzuki20120311/bell-tree-flux

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "bell-tree-flux",
  "version": "1.0.3",
  "description": "Simple flux library.",
  "main": "./dist/main.js",
  "scripts": {
    "build": "babel ./src --out-dir ./dist",
    "watch": "babel ./src --out-dir ./dist --watch --source-maps-inline",
    "test": "echo \"Elorror: no test specified\" && exit 1"
  },
  "keywords": ["flux"],
  "author": "jBellTree",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.9.0"
  }
}