-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 930 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": "icecram-goit-group-2",
"version": "1.1.0",
"description": "",
"main": "index.js",
"homepage": "https://gash94.github.io/icecram-goit-group-2",
"scripts": {
"dev": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /icecram-goit-group-2/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gash94/icecram-goit-group-2.git"
},
"keywords": [],
"author": "Paweł Gasz <gazik94@gmail.com> Urszula Molska Mikołaj Ludwiczak Jacek Smyl Piotr Zakrzewski",
"license": "ISC",
"bugs": {
"url": "https://github.com/gash94/icecram-goit-group-2/issues"
},
"devDependencies": {
"parcel-bundler": "^1.12.5",
"parcel-plugin-handlebars-precompile": "^1.0.2",
"parcel-plugin-nuke-dist": "^1.0.1",
"posthtml-include": "^1.6.2",
"sass": "^1.32.8"
},
"dependencies": {
"imagesloaded": "^5.0.0",
"masonry-layout": "^4.2.2"
}
}