{ "name": "Fractal.js", "description": "Fractal.js", "version": "1.0.0", "author": "Sascha Herzinger", "private": true, "scripts": { "build": "./node_modules/webpack/bin/webpack.js --config webpack.config.js --env build", "test": "./node_modules/karma/bin/karma start karma.config.js" }, "dependencies": { "vue": "^2.2.4", "vuex": "^2.2.1", "axios": "^0.15.3" }, "devDependencies": { "babel-core": "^6.24.0", "babel-preset-latest": "^6.24.0", "babel-polyfill": "^6.23.0", "babel-plugin-add-module-exports": "^0.2.1", "webpack": "^2.2.1", "babel-loader": "^7.0.0-beta.1", "vue-loader": "^11.1.4", "css-loader": "^0.27.3", "eslint": "^3.17.1", "eslint-config-standard": "^7.0.1", "eslint-plugin-standard": "^2.1.1", "eslint-plugin-promise": "^3.5.0", "karma": "^1.5.0", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.3", "karma-phantomjs-launcher": "^1.0.4", "jasmine-core": "^2.5.2", "karma-jasmine": "^1.1.0" } }