mbeauv/urbanoe-common

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "urbanoe-common",
  "version": "1.2.1",
  "description": "Defines grab bag of methods and classes for urbanoe.",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/mbeauv/urbanoe-common.git"
  },
  "scripts": {
    "prebuild": "rimraf dist && mkdir dist",
    "build": "babel src/ -d dist/ --copy-files --ignore __tests__",
    "postbuild": "flow gen-flow-files ./src --out-dir ./dist",
    "prepublish": "yarn run build",
    "test": "node_modules/jest/bin/jest.js",
    "testc": "node_modules/jest/bin/jest.js --coverage",
    "testw": "node_modules/jest/bin/jest.js --watch",
    "lint": "./node_modules/.bin/eslint src/"
  },
  "author": "martin.beauvais@reacticity.com",
  "license": "Apache-2.0",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.1",
    "babel-jest": "^22.1.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-flow": "^6.23.0",
    "eslint": "^4.16.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jest": "^21.7.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.5.1",
    "jest": "^22.1.4",
    "rimraf": "^2.6.2"
  },
  "dependencies": {
    "immutable": "4.0.0-rc.9",
    "lodash": "^4.17.4",
    "moment": "^2.20.1"
  }
}