{ "name": "scinote-web", "version": "1.0.0", "description": "![sciNote logo](http://scinote.net/wp-content/uploads/2015/10/logo_sciNote_final.png)", "main": "application.js", "repository": { "type": "git", "url": "git+https://github.com/biosistemika/scinote-web.git" }, "author": "SEE AUTHORS AT https://github.com/biosistemika/scinote-web/graphs/contributors", "license": "SEE LICENSE IN LICENSE.txt", "bugs": { "url": "https://scinote.atlassian.net/" }, "homepage": "https://github.com/biosistemika/scinote-web#readme", "files": [ ".eslintrc.json" ], "scripts": { "lint": "eslint ." }, "devDependencies": { "eslint": "^3.7.1", "eslint-config-google": "^0.5.0", "eslint-plugin-react": "^7.1.0", "webpack-dev-server": "^2.5.1" }, "dependencies": { "autoprefixer": "^7.1.2", "babel-core": "^6.25.0", "babel-loader": "7.x", "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.6.0", "babel-preset-react": "^6.24.1", "coffee-loader": "^0.7.3", "coffee-script": "^1.12.6", "compression-webpack-plugin": "^0.4.0", "css-loader": "^0.28.4", "extract-text-webpack-plugin": "^3.0.0", "file-loader": "^0.11.2", "glob": "^7.1.2", "immutable": "^3.8.1", "js-yaml": "^3.9.0", "node-sass": "^4.5.3", "path-complete-extname": "^0.1.0", "postcss-loader": "^2.0.6", "postcss-smart-import": "^0.7.5", "precss": "^2.0.0", "prop-types": "^15.5.10", "rails-erb-loader": "^5.0.2", "react": "^15.6.1", "react-dom": "^15.6.1", "resolve-url-loader": "^2.1.0", "sass-loader": "^6.0.6", "style-loader": "^0.18.2", "webpack": "^3.2.0", "webpack-manifest-plugin": "^1.1.2", "webpack-merge": "^4.1.0" } }