-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
27 lines (27 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "eclipsefdn-hugo-openhwgroup",
"description": "Source code for openhwgroup.org",
"main": "webpack.min.js",
"author": "Christopher Guindon",
"license": "EPL-2.0",
"version": "0.0.1",
"bugs": {
"url": "https://github.com/openhwgroup/openhwgroup.org/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/openhwgroup/openhwgroup.org.git"
},
"scripts": {
"dev": "NODE_ENV=development webpack --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development webpack --watch --progress --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 --config=node_modules/laravel-mix/setup/webpack.config.js",
"postinstall": "NODE_ENV=production npm run production"
},
"readmeFilename": "README.md",
"browserslist": "last 5 version, > 0.2%, not dead, IE 11",
"dependencies": {
"eclipsefdn-hugo-solstice-theme": "0.0.218"
}
}