toshogakari/eLib

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "elib",
  "version": "1.0.0",
  "description": "[![Build Status](https://travis-ci.org/toshogakari/eLib.svg)](https://travis-ci.org/toshogakari/eLib) [![Code Climate](https://codeclimate.com/github/toshogakari/eLib/badges/gpa.svg)](https://codeclimate.com/github/toshogakari/eLib) [![Test Coverage](https://codeclimate.com/github/toshogakari/eLib/badges/coverage.svg)](https://codeclimate.com/github/toshogakari/eLib/coverage) [![Issue Count](https://codeclimate.com/github/toshogakari/eLib/badges/issue_count.svg)](https://codeclimate.com/github/toshogakari/eLib) [![Dependency Status](https://gemnasium.com/toshogakari/eLib.svg)](https://gemnasium.com/toshogakari/eLib)",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toshogakari/eLib.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/toshogakari/eLib/issues"
  },
  "homepage": "https://github.com/toshogakari/eLib#readme",
  "devDependencies": {
    "babel-preset-es2015": "^6.13.2",
    "babel-preset-react": "^6.11.1",
    "babelify": "^7.3.0",
    "browserify": "^13.1.0",
    "browserify-incremental": "^3.1.1"
  },
  "dependencies": {
    "react": "^15.3.0",
    "react-dom": "^15.3.0",
    "react-redux": "^4.4.5",
    "redux": "^3.5.2",
    "redux-thunk": "^2.1.0"
  },
  "engines": {
    "node": "6.3.1"
  }
}