blob: 951e51970fc32b461c91a1fef896b938cebbbb2b [file] [log] [blame]
{
"name": "eclipsefdn-eclipse.org-common",
"description": "Eclipse Foundation: eclipse.org-common.git",
"main": "webpack.min.js",
"private": true,
"author": "Christopher Guindon",
"license": "EPL-2.0",
"version": "0.0.1",
"bugs": {
"url": "https://bugs.eclipse.org/bugs/buglist.cgi?component=Website&list_id=8318814&product=Community&resolution=---"
},
"repository": {
"type": "git",
"url": "git://git.eclipse.org/gitroot/www.eclipse.org/eclipse.org-common.git"
},
"scripts": {
"dev": "NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"readmeFilename": "README.md",
"dependencies": {
"eclipsefdn-solstice-assets": "0.0.127"
}
}