{
    "name": "focus-core",
    "version": "2.2.1",
    "description": "Focus library core part.",
    "main": "index.js",
    "babel": {
        "presets": [
            "focus"
        ]
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/KleeGroup/focus-core.git"
    },
    "keywords": [
        "spa",
        "react",
        "es6"
    ],
    "author": "focus@kleegroup.com",
    "documentation": "http://kleegroup.github.io/focus-docs/",
    "license": "MIT",
    "homepage": "https://github.com/KleeGroup/focus-core",
    "bugs": {
        "url": "https://github.com/KleeGroup/focus-core/issues"
    },
    "scripts": {
        "build": "better-npm-run babelify",
        "test": "better-npm-run test",
        "test:watch": "better-npm-run test-watch",
        "prepare": "npm run build",
        "lint": "eslint src --ext .js,.jsx --ignore-pattern __tests__ --ignore-pattern example --ignore-pattern awesomplete",
        "lint:error": "eslint src --ext .js,.jsx --ignore-pattern __tests__ --ignore-pattern example --ignore-pattern awesomplete --quiet",
        "fix-lint": "eslint src/** --ext .js,.jsx --fix --ignore-pattern __tests__ --ignore-pattern example --ignore-pattern awesomplete"
    },
    "betterScripts": {
        "babelify": {
            "env": {
                "BABEL_ENV": "production",
                "LEGACY_EXPORTS": "true"
            },
            "command": "node scripts/babelify.js"
        },
        "test": {
            "command": "jest --config jest-config.js --runInBand --no-cache",
            "env": {
                "BABEL_ENV": "production",
                "LEGACY_EXPORTS": "true"
            }
        },
        "test-watch": {
            "command": "jest --config jest-config.js --runInBand --watch ",
            "env": {
                "BABEL_ENV": "production",
                "LEGACY_EXPORTS": "true"
            }
        }
    },
    "peerDependencies": {
        "moment": "2.18.1",
        "numeral": "2.0.6",
        "react": "15.4.2",
        "react-dom": "15.4.2"
    },
    "dependencies": {
        "flux": "3.1.3",
        "i18next": "9.0.0",
        "immutable": "3.8.1",
        "lodash": "3.10.1",
        "object-assign": "4.1.1",
        "uuid": "3.1.0"
    },
    "devDependencies": {
        "babel-jest": "21.0.2",
        "babel-preset-focus": "1.0.0",
        "better-npm-run": "0.1.0",
        "eslint-config-focus": "0.6.0",
        "jest-cli": "21.0.2",
        "jsdom": "11.2.0",
        "moment": "2.18.1",
        "numeral": "2.0.6",
        "react": "15.4.2",
        "react-addons-test-utils": "15.4.2",
        "react-dom": "15.4.2"
    }
}