y-temp4/quambu

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "quambu",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "ava",
    "start": "node server.js",
    "lint": "eslint src/**/*.js*",
    "cover": "nyc --reporter=lcov --reporter=text npm test",
    "build": "webpack",
    "build:prod": "webpack --config webpack.production.config.js --progress"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/y-temp4/quambu.git"
  },
  "keywords": [],
  "author": "y-temp4",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/y-temp4/quambu/issues"
  },
  "homepage": "https://github.com/y-temp4/quambu#readme",
  "devDependencies": {
    "ava": "^0.18.1",
    "ava-spec": "^1.1.0",
    "babel-core": "^6.14.0",
    "babel-loader": "^6.2.5",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-react": "^6.11.1",
    "babel-register": "^6.22.0",
    "css-loader": "^0.25.0",
    "enzyme": "^2.7.1",
    "eslint": "^3.15.0",
    "eslint-config-airbnb": "^14.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^3.0.2",
    "eslint-plugin-react": "^6.9.0",
    "extract-text-webpack-plugin": "^1.0.1",
    "html-webpack-plugin": "^2.22.0",
    "ignore-styles": "^5.0.1",
    "immutability-helper": "^2.0.0",
    "jsdom": "^9.9.1",
    "node-sass": "^4.5.0",
    "normalize.css": "^4.2.0",
    "nyc": "^10.1.2",
    "postcss-loader": "^0.13.0",
    "react-addons-css-transition-group": "^15.3.1",
    "react-addons-test-utils": "^15.4.2",
    "react-hot-loader": "^1.3.0",
    "sass-loader": "^4.0.2",
    "sinon": "^1.17.7",
    "style-loader": "^0.13.1",
    "tap-xunit": "^1.7.0",
    "webpack": "^1.13.2",
    "webpack-dev-server": "^1.15.1"
  },
  "dependencies": {
    "classnames": "^2.2.5",
    "fetch-jsonp": "^1.0.1",
    "flexboxgrid": "^6.3.1",
    "react": "^15.3.1",
    "react-dom": "^15.3.1",
    "react-flexbox-grid": "^0.10.2",
    "react-toolbox": "^1.3.4",
    "whatwg-fetch": "^2.0.2"
  },
  "ava": {
    "require": [
      "babel-register",
      "./test/setup.js"
    ],
    "files": [
      "test/**/*.js",
      "!test/setup.js"
    ],
    "babel": "inherit"
  },
  "nyc": {
    "extension": [
      ".jsx"
    ]
  }
}