{
"name": "Jetpack",
"version": "5.6.0-alpha",
"description": "[Jetpack](http://jetpack.com/) is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of [WordPress.com](https://wordpress.com).",
"homepage": "http://jetpack.com",
"author": "Automattic",
"license": "GPL-2.0+",
"repository": {
"type": "git",
"url": "https://github.com/Automattic/jetpack.git"
},
"bugs": {
"url": "https://github.com/Automattic/jetpack/issues"
},
"scripts": {
"watch": "./node_modules/.bin/gulp watch",
"clean-client": "rm -rf _inc/build/*.js _inc/build/*.css _inc/build/*.map _inc/build/*.html",
"distclean": "rm -rf node_modules && yarn cache clean",
"build": "yarn && yarn build-client",
"build-client": "gulp",
"build-production": "yarn distclean && yarn --prod && gulp languages:extract && NODE_ENV=production BABEL_ENV=production yarn build-client",
"build-languages": "gulp languages",
"lint": "yarn build && eslint --ext .js --ext .jsx _inc/client -c .eslintrc",
"test-client": "NODE_ENV=test NODE_PATH=tests:_inc/client:node_modules/@automattic/dops-components/client tests/runner.js",
"add-textdomain": "grunt addtextdomain",
"build-pot": "grunt makepot",
"test-gui": "NODE_ENV=test NODE_PATH=tests:_inc/client:node_modules/@automattic/dops-components/client tests/runner.js gui"
},
"dependencies": {
"@automattic/custom-colors-loader": "automattic/custom-colors-loader",
"@automattic/dops-components": "automattic/dops-components",
"babel-core": "6.8.0",
"babel-eslint": "6.1.2",
"babel-loader": "7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-runtime": "^6.6.1",
"classnames": "2.2.1",
"cross-env": "^5.0.1",
"css-loader": "0.23.1",
"del": "^2.2.0",
"es6-promise": "3.0.2",
"eslint": "3.8.1",
"eslint-config-wpcalypso": "0.7.1",
"eslint-loader": "^1.1.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-lodash": "2.3.4",
"eslint-plugin-react": "6.4.1",
"eslint-plugin-wpcalypso": "3.0.2",
"extract-text-webpack-plugin": "3.0.1",
"file-loader": "^1.1.5",
"glotpress-js": "0.0.6",
"grunt-cli": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-babel": "7.0.0",
"gulp-banner": "^0.1.3",
"gulp-browserstack": "^1.0.0",
"gulp-check": "^0.1.1",
"gulp-clean-css": "^2.0.2",
"gulp-concat": "^2.6.0",
"gulp-download-stream": "0.0.13",
"gulp-eslint": "3.0.1",
"gulp-if": "^2.0.2",
"gulp-jshint": "2.0.0",
"gulp-json-transform": "^0.4.2",
"gulp-live-server": "0.0.28",
"gulp-modify": "0.1.1",
"gulp-open": "^1.0.0",
"gulp-phplint": "^0.0.6",
"gulp-phpunit": "^0.14.0",
"gulp-po2json": "^0.4.0",
"gulp-qunit": "^1.3.1",
"gulp-rename": "^1.2.2",
"gulp-rtlcss": "^1.0.0",
"gulp-sass": "^2.0.4",
"gulp-sftp": "^0.1.5",
"gulp-sourcemaps": "~2.0.0",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.6",
"history": "2.0.0",
"i18n-calypso": "github:automattic/i18n-calypso",
"jsdom": "^9.2.1",
"jsdom-global": "^2.1.0",
"jshint": "2.9.1",
"jshint-stylish": "~2.1.0",
"json-loader": "^0.5.7",
"lodash": "^4.9.0",
"node-sass": "4.5.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.4.1",
"react-router": "^2.0.1",
"react-router-redux": "^4.0.1",
"react-tagsinput": "^3.13.1",
"react-tap-event-plugin": "^2.0.0",
"redux": "^3.3.1",
"redux-thunk": "^2.0.1",
"sass-loader": "6.0.6",
"style-loader": "0.13",
"uglify-save-license": "^0.4.1",
"url-loader": "^0.5.7",
"webpack": "3.8.1",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-register": "^6.8.0",
"chai": "^3.5.0",
"commander": "2.3.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-15": "^1.0.2",
"glob": "^7.1.1",
"grunt": "^0.4.2",
"grunt-wp-i18n": "~0.4.6",
"mocha": "^2.4.5",
"mockery": "^1.4.1",
"nock": "^7.2.2",
"qunitjs": "~1.20.0",
"react-test-renderer": "^15.5.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"sinon-qunit": "~2.0.0",
"webpack-dev-server": "2.9.2"
},
"engines": {
"node": ">=8"
}
}