-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.07 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
28
29
30
31
32
33
34
35
{
"name": "wifind",
"version": "1.0.0",
"description": "## By Luminescence v2 WiFind is a crowdsourced open Wifi network platform that allows users to hop across public Wifi networks.",
"main": "src/res/js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"deploy": "rm -rf res/ && cp -r dist/* ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/nwhacks2018/nwhacks2018.github.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/nwhacks2018/nwhacks2018.github.io/issues"
},
"homepage": "https://github.com/nwhacks2018/nwhacks2018.github.io#readme",
"devDependencies": {
"bulma": "^0.7.5",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.2.0",
"style-loader": "^1.0.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
},
"dependencies": {}
}