-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 906 Bytes
/
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
{
"name": "fccmum",
"version": "1.0.0",
"description": "",
"main": "workbox-config.js",
"scripts": {
"start": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MumbaiHackerspace/fccmum.git"
},
"keywords": [],
"author": "Augustine Correa <augustine.correa@hackmum.in> (http://hackmum.in)",
"license": "ISC",
"bugs": {
"url": "https://github.com/MumbaiHackerspace/fccmum/issues"
},
"homepage": "https://github.com/MumbaiHackerspace/fccmum#readme",
"devDependencies": {
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.9",
"html-webpack-plugin": "^2.30.1",
"style-loader": "^0.20.1",
"webpack": "^3.10.0",
"webpack-cli": "^2.0.4",
"workbox-webpack-plugin": "^2.1.2"
}
}