-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 852 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
{
"name": "projecto-whatsapp-clone",
"version": "1.0.0",
"description": "[![Hcode Treinamentos](https://www.hcode.com.br/res/img/hcode-200x100.png)](https://www.hcode.com.br)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlfiadoNgana/projecto-whatsapp-clone.git"
},
"author": "Alfiado Ngana",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlfiadoNgana/projecto-whatsapp-clone/issues"
},
"homepage": "https://github.com/AlfiadoNgana/projecto-whatsapp-clone#readme",
"dependencies": {
"firebase": "^6.3.5",
"pdfjs-dist": "^2.0.489",
"webpack": "^3.1.0",
"webpack-dev-server": "^2.5.1"
}
}