forked from rampatra/wedding-website
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
35 lines (35 loc) · 969 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
33
34
35
{
"name": "wedding-website",
"version": "1.0.3",
"description": "A wedding website with loads of features.",
"main": "npmfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pwa": "pwa-asset-generator img/logo.png ./pwa_assets -i ./index.html -m ./manifest.json --dark-mode --background dimgrey"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:lbouriez/wedding-website.git"
},
"keywords": [
"wedding",
"template",
"website template"
],
"author": "Ram Patra & Adapted by WeeBoo",
"license": "GPL-3.0",
"homepage": "https://github.com/lbouriez/wedding-website",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"pwa-asset-generator": "^6.0.5",
"uglify-js": "^3.11.2"
},
"dependencies": {
"animate.css": "^4.1.0",
"font-awesome": "^4.7.0",
"waypoints": "^4.0.1"
}
}