cyclejs/cycle-core

View on GitHub
examples/advanced/nested-folders/package.json

Summary

Maintainability
Test Coverage
{
  "name": "isolated-buttons",
  "version": "0.0.0",
  "description": "isolate() buttons for nested buttons",
  "main": "index.js",
  "author": "Tylor Steinberger <tlsteinberger167@gmail.com> (github.com/Tylors)",
  "license": "MIT",
  "dependencies": {
    "@cycle/isolate": "2.0.0-rc.2",
    "@cycle/run": "1.0.0-rc.9",
    "@cycle/dom": "15.0.0-rc.2",
    "cycle-onionify": "4.0.0",
    "xstream": "10.2"
  },
  "devDependencies": {
    "babel-plugin-transform-object-rest-spread": "^6.6.5",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.4.3",
    "babelify": "^7.2.0",
    "browserify": "^13.0.0",
    "mkdirp": "^0.5.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prebrowserify": "mkdirp dist",
    "browserify": "browserify src/main.js -t babelify --outfile dist/main.js",
    "start": "npm install && npm run browserify && echo 'OPEN index.html IN YOUR BROWSER'"
  }
}