{ "name": "coriolis_shipyard", "version": "2.2.2", "repository": { "type": "git", "url": "https://github.com/EDCD/coriolis" }, "homepage": "https://coriolis.edcd.io", "bugs": "https://github.com/EDCD/coriolis/issues", "private": true, "engine": "node >= 4.0.0", "license": "MIT", "scripts": { "extract-translations": "grep -hroE \"(translate\\('[^']+'\\))|(tip.bind\\(null, '[^']+')\" src/* | grep -oE \"'[^']+'\" | grep -oE \"[^']+\" | sort -u -f", "clean": "rimraf build", "start": "node devServer.js", "lint": "eslint --ext .js,.jsx src", "test": "jest", "prod-serve": "nginx -p $(pwd) -c nginx.conf", "prod-stop": "kill -QUIT $(cat nginx.pid)", "build": "npm run clean && NODE_ENV=production webpack -d -p --config webpack.config.prod.js", "rsync": "rsync -ae \"ssh -i $CORIOLIS_PEM\" --delete build/ $CORIOLIS_USER@$CORIOLIS_HOST:~/wwws", "deploy": "npm run lint && npm test && npm run build && npm run rsync" }, "jest": { "scriptPreprocessor": "/node_modules/babel-jest", "testRegex": "(/__tests__/test-.*|\\.(test|spec))\\.js$", "moduleFileExtensions": [ "js", "json", "jsx" ], "automock": true, "unmockedModulePathPatterns": [ "/node_modules/lodash", "/node_modules/react", "/node_modules/react-dom", "/node_modules/react-addons-test-utils", "/node_modules/react-testutils-additions", "/node_modules/fbjs", "/node_modules/fbemitter", "/node_modules/classnames", "/node_modules/d3", "/node_modules/lz-string", "/node_modules/jsen", "coriolis-data", "/src/app/shipyard", "/src/app/i18n", "/src/app/utils", "/src/schemas", "/__tests__" ] }, "devDependencies": { "appcache-webpack-plugin": "^1.2.1", "babel-core": "*", "babel-eslint": "*", "babel-jest": "*", "babel-loader": "*", "babel-preset-es2015": "*", "babel-preset-react": "*", "babel-preset-stage-0": "*", "css-loader": "^0.23.0", "eslint": "2.2.0", "eslint-plugin-react": "^4.0.0", "expose-loader": "^0.7.1", "express": "^4.13.3", "extract-text-webpack-plugin": "^0.9.1", "file-loader": "^0.8.4", "html-webpack-plugin": "^1.7.0", "jest-cli": "^16.0.1", "jsen": "^0.6.0", "json-loader": "^0.5.3", "less": "^2.5.3", "less-loader": "^2.2.1", "react-addons-test-utils": "^15.0.1", "react-testutils-additions": "^15.1.0", "rimraf": "^2.4.3", "style-loader": "^0.13.0", "url-loader": "^0.5.6", "webpack": "^1.9.6", "webpack-dev-server": "^1.14.0" }, "dependencies": { "babel-polyfill": "*", "classnames": "^2.2.0", "browserify-zlib": "ipfs/browserify-zlib", "coriolis-data": "EDCD/coriolis-data", "d3": "3.5.16", "fbemitter": "^2.0.0", "lodash": "^4.15.0", "lz-string": "^1.4.4", "react-number-editor": "Athanasius/react-number-editor.git#miggy", "react": "^15.0.1", "react-dom": "^15.0.1", "superagent": "^1.4.0" } }