{ "name": "meshviewer", "version": "10.0.0", "license": "AGPL-3.0", "repository": { "type": "git", "url": "https://github.com/ffrgb/meshviewer.git" }, "bugs": { "url": "https://github.com/ffrgb/meshviewer/issues" }, "devDependencies": { "babel-eslint": "^8.2.6", "browser-sync": "^2.24.5", "eslint": "^5.1.0", "eslint-config-airbnb-es5": "^1.2.0", "eslint-config-defaults": "^9.0.0", "eslint-plugin-react": "^7.10.0", "gulp": "github:gulpjs/gulp#4.0", "gulp-autoprefixer": "^5.0.0", "gulp-cache-bust": "^1.3.0", "gulp-cli": "^2.0.1", "gulp-environments": "^0.1.2", "gulp-eslint": "^5.0.0", "gulp-htmlmin": "^4.0.0", "gulp-inject": "^4.3.2", "gulp-jsonminify": "^1.1.0", "gulp-kyh-inline-source": "^3.0.2", "gulp-load-plugins": "^1.5.0", "gulp-real-favicon": "^0.3.0", "gulp-requirejs-optimize": "^1.3.0", "gulp-sass": "^4.0.1", "gulp-sass-lint": "^1.4.0", "gulp-sourcemaps": "^2.6.4", "gulp-uglify": "^3.0.0" }, "eslintConfig": { "env": { "browser": true, "amd": true, "es6": true, "node": true } }, "dependencies": { "almond": "^0.3.3", "d3-drag": "^1.2.1", "d3-force": "^1.1.0", "d3-selection": "^1.3.0", "d3-zoom": "^1.7.1", "leaflet": "^1.3.1", "moment": "^2.22.2", "navigo": "^7.1.2", "node-polyglot": "2.2.2", "promise-polyfill": "^8.0.0", "rbush": "^2.0.2", "requirejs": "^2.3.5", "snabbdom": "^0.7.1" }, "scripts": { "gulp": "./node_modules/gulp-cli/bin/gulp.js" } }