{
    "name": "tmp",
    "description": "Custom project description",
    "version": "0.0.1",
    "engines": {
        "node": ">=6.0.0"
    },
    "scripts": {
        "clear:app": "rimraf app/**",
        "local:server": "cross-env BABEL_ENV=server nodemon src/server/index.js --config ./configs/tasks/nodemon.config.json",
        "pre-start": "clear:app",
        "start": "cross-env NODE_ENV=local npm-run-all --parallel local:*",
        "pre-build": "clear:app",
        "build": "cross-env BABEL_ENV=client grunt build",
        "dev:build": "cross-env NODE_ENV=dev build",
        "qa:build": "cross-env NODE_ENV=qa build",
        "prod:build": "cross-env NODE_ENV=production build",
        "html:generate": "node configs/tasks/mangony/mangony-build.js",
        "local:start": "cross-env BABEL_ENV=client grunt serve"
    },
    "dependencies": {
        "lazysizes": "^3.0.0",
        "picturefill": "^3.0.2",
        "veams": "^5.0.1",
        "veams-plugin-dom": "^1.0.0",
        "veams-plugin-logger": "^1.0.0",
        "veams-plugin-media-query-handler": "^1.0.0",
        "veams-plugin-mixins": "^1.0.0",
        "veams-plugin-modules": "^1.0.3",
        "veams-plugin-store": "^0.0.1",
        "veams-plugin-templater": "^1.0.0",
        "veams-plugin-vent": "^1.0.0"
    },
    "devDependencies": {
        "aliasify": "^2.1.0",
        "bootstrap-sass": "^3.3.7",
        "bourbon": "~4.2.7",
        "babel-core": "^6.26.0",
        "babel-plugin-add-module-exports": "^0.2.1",
        "babel-plugin-transform-class-properties": "^6.24.1",
        "babel-plugin-transform-decorators-legacy": "^1.3.4",
        "babel-plugin-transform-runtime": "^6.23.0",
        "babel-preset-env": "^1.6.0",
        "babel-preset-es2015": "^6.9.0",
        "babel-preset-es2017": "^6.24.1",
        "babel-preset-stage-0": "^6.16.0",
        "babel-preset-stage-1": "^6.24.1",
        "babel-register": "^6.26.0",
        "babel-runtime": "^6.26.0",
        "babelify": "^7.3.0",
        "body-parser": "^1.18.1",
        "chalk": "^2.0.1",
        "cross-env": "^5.0.5",
        "deep-extend": "^0.5.0",
        "express": "^4.15.3",
        "foundation-sites": "^6.0.0",
        "globby": "^6.1.0",
        "grunt": "^1.0.0",
        "grunt-browserify": "~5.0.0",
        "grunt-chokidar": "~1.0.0",
        "grunt-concurrent": "~2.3.0",
        "grunt-contrib-clean": "~1.0.0",
        "grunt-contrib-copy": "~1.0.0",
        "grunt-contrib-cssmin": "~1.0.1",
        "grunt-contrib-handlebars": "~1.0.0",
        "grunt-contrib-uglify": "~1.0.1",
        "grunt-sass": "~2.0.0",
        "grunt-sass-globber": "^2.0.2",
        "grunt-sync": "~0.6.2",
        "grunt-text-replace": "~0.4.0",
        "jit-grunt": "^0.10.0",
        "jshint-stylish": "^2.0.0",
        "lodash": "^4.17.4",
        "load-grunt-configs": "~1.0.0",
        "mangony": "^1.3.3",
        "mangony-hbs-helpers": "^0.3.4",
        "mkdirp": "^0.5.1",
        "morgan": "^1.8.2",
        "nodemon": "^1.11.0",
        "npm-run-all": "^4.1.1",
        "path": "^0.12.7",
        "request": "^2.81.0",
        "sass-globber": "^2.0.2",
        "stylelint": "",
        "time-grunt": "~1.4.0",
        "veams-bp-mock-api-endpoint": "^0.0.1",
        "winston": "^2.3.1"
    },
    "licenses": [
        {
            "type": "MIT"
        }
    ],
    "keywords": []
}