{ "name": "Fractalis", "description": "The front-end component of the Fractalis visual analytics project.", "version": "0.1.0", "author": "Sascha Herzinger ", "license": "Apache-2.0", "bugs": { "url": "https://git-r3lab.uni.lu/sascha.herzinger/fractal.js", "email": "sascha.herzinger@uni.lu" }, "repository": { "type": "git", "url": "https://git-r3lab.uni.lu/sascha.herzinger/fractal.js" }, "scripts": { "build": "./node_modules/webpack/bin/webpack.js --config webpack.config.js --env production", "devbuild": "./node_modules/webpack/bin/webpack.js --config webpack.config.js", "test": "./node_modules/karma/bin/karma start karma.config.js" }, "main": "lib/fractal.min.js", "dependencies": { "vue": "^2.3.3", "vue-template-compiler": "^2.3.3", "vuex": "^2.3.1", "axios": "^0.16.1", "d3": "^4.7.4", "d3-tip": "^0.7.1", "gsap": "^1.19.1", "jquery": "^3.2.1", "deep-freeze-strict": "^1.1.1" }, "devDependencies": { "babel-core": "7.0.0-alpha.3", "babel-preset-latest": "7.0.0-alpha.3", "babel-plugin-transform-runtime": "7.0.0-alpha.9", "webpack": "^2.6.1", "webpack-dev-server": "^2.4.5", "yargs": "^7.0.2", "babel-loader": "^7.0.0-beta.1", "vue-loader": "^12.2.1", "css-loader": "^0.27.3", "style-loader": "^0.17.0", "sass-loader": "^6.0.3", "node-sass": "^4.5.2", "url-loader": "^0.5.8", "file-loader": "^0.11.1", "eslint": "^3.17.1", "eslint-config-standard": "^7.0.1", "eslint-plugin-standard": "^2.1.1", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-html": "^2.0.1", "karma": "^1.5.0", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.3", "karma-phantomjs-launcher": "^1.0.4", "karma-chrome-launcher": "^2.0.0", "jasmine-core": "^2.5.2", "karma-jasmine": "^1.1.0", "jsdoc": "^3.4.3" } }