vgno/roc-web

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "roc-web",
  "version": "1.0.0-beta5",
  "description": "Web base extension for Roc Applications",
  "main": "lib/index.js",
  "bin": "lib/bin/index.js",
  "scripts": {
    "build": "babel src/roc --out-dir lib --source-maps",
    "build:watch": "npm run build -- --watch",
    "clean": "rimraf lib esdocs coverage",
    "test": "npm run lint && npm run test:coverage",
    "test:unit": "NODE_ENV=test mocha --compilers js:babel-register --recursive test/",
    "test:unit:watch": "npm run test:unit -- --watch",
    "test:coverage": "babel-node ./node_modules/.bin/isparta cover _mocha -- --recursive test/",
    "lint": "eslint .",
    "check": "ncu",
    "esdocs": "esdoc -c esdoc.json",
    "prepublish": "npm run lint && npm run clean && npm run build && npm run esdocs && npm run test:unit"
  },
  "keywords": [
    "roc"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vgno/roc-web.git"
  },
  "devDependencies": {
    "babel-cli": "~6.4.5",
    "babel-eslint": "5.0.0-beta10",
    "babel-plugin-transform-es2015-destructuring": "~6.4.0",
    "babel-plugin-transform-es2015-function-name": "~6.4.0",
    "babel-plugin-transform-es2015-modules-commonjs": "~6.4.5",
    "babel-plugin-transform-es2015-parameters": "~6.4.5",
    "babel-plugin-transform-es2015-sticky-regex": "~6.3.13",
    "babel-plugin-transform-es2015-unicode-regex": "~6.4.3",
    "babel-plugin-transform-export-extensions": "^6.4.0",
    "babel-plugin-transform-object-rest-spread": "~6.3.13",
    "babel-register": "~6.4.3",
    "chai": "~3.4.0",
    "codeclimate-test-reporter": "~0.1.1",
    "coveralls": "~2.11.4",
    "esdoc": "~0.4.3",
    "esdoc-es7-plugin": "~0.0.3",
    "esdoc-importpath-plugin": "0.0.1",
    "eslint": "~1.7.3",
    "eslint-config-vgno": "~4.0.1",
    "isparta": "~4.0.0",
    "mocha": "~2.4.4",
    "npm-check-updates": "~2.3.4"
  },
  "author": "VG",
  "license": "MIT",
  "dependencies": {
    "autoprefixer": "~6.1.2",
    "babel-preset-es2015": "~6.3.13",
    "babel-preset-stage-1": "~6.3.13",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-runtime": "^6.4.3",
    "babel-loader": "~6.2.1",
    "bourbon": "~4.2.6",
    "bourbon-neat": "~1.7.2",
    "browser-sync": "~2.9.11",
    "colors": "~1.1.2",
    "config": "~1.16.0",
    "css-loader": "~0.23.0",
    "debug": "~2.2.0",
    "deep-assign": "~2.0.0",
    "dev-ip": "~1.0.1",
    "extract-text-webpack-plugin": "~0.8.2",
    "file-loader": "~0.8.4",
    "json-loader": "~0.5.3",
    "koa": "~1.1.1",
    "koa-accesslog": "~0.0.2",
    "koa-add-trailing-slashes": "~1.1.0",
    "koa-compressor": "~1.0.3",
    "koa-conditional-get": "~1.0.3",
    "koa-errors": "~1.0.1",
    "koa-etag": "~2.0.0",
    "koa-favicon": "~1.2.0",
    "koa-helmet": "~0.3.0",
    "koa-logger": "~1.3.0",
    "koa-lowercase-path": "~1.0.0",
    "koa-mount": "~1.3.0",
    "koa-normalize-path": "~1.0.0",
    "koa-remove-trailing-slashes": "~1.0.0",
    "koa-static": "~2.0.0",
    "koa-webpack-dev-middleware": "~1.0.1",
    "koa-webpack-hot-middleware": "~1.0.1",
    "lodash.isfunction": "~3.0.6",
    "lodash.isplainobject": "~3.2.0",
    "mkdirp": "~0.5.1",
    "multi-progress": "~1.0.0",
    "node-sass": "~3.4.2",
    "node-watch": "~0.3.4",
    "postcss-loader": "~0.8.0",
    "prettysize": "0.0.3",
    "rimraf": "~2.4.3",
    "roc": "1.0.0-beta3",
    "sass-loader": "~3.1.2",
    "source-map-support": "~0.3.3",
    "style-loader": "~0.13.0",
    "url-loader": "~0.5.6",
    "webpack": "~1.12.2",
    "webpack-hot-middleware": "2.x"
  }
}