{ "name": "welcome", "version": "1.0.0", "description": "Welcome module for PrestaShop helping the users to create products.", "main": "welcome.php", "scripts": { "postinstall": "webpack --progress", "build": "webpack --progress --colors --debug --display-chunks", "watch": "webpack --progress --colors --debug --display-chunks --watch" }, "repository": { "type": "git", "url": "git+https://github.com/PrestaShop/welcome" }, "author": "PrestaShop", "license": "ISC", "bugs": { "url": "https://github.com/PrestaShop/welcome/issues" }, "homepage": "https://github.com/PrestaShop/welcome#readme", "devDependencies": { "babel-core": "^6.6.4", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.6.0", "bourbon": "^4.2.6", "compass": "^0.1.1", "css-loader": "^0.23.1", "exports-loader": "^0.6.3", "expose-loader": "^0.7.1", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.8.5", "imports-loader": "^0.6.5", "node-sass": "^3.4.2", "path": "^0.12.7", "postcss-loader": "^0.8.1", "sass-loader": "^3.1.2", "style-loader": "^0.13.0", "webpack": "^1.12.14" } }