-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
36
37
38
39
40
41
42
{
"name": "dhammapuja",
"version": "1.0.0",
"description": "A collection of Dhamma chants in English & Pali",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/job-talk/dhammapuja.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/job-talk/dhammapuja/issues"
},
"homepage": "https://github.com/job-talk/dhammapuja#readme",
"devDependencies": {
"browser-sync": "^2.26.7",
"child_process": "^1.0.2",
"critical": "^1.3.9",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^4.1.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-imagemin": "^3.4.0",
"gulp-purifycss": "^0.2.0",
"gulp-sass": "^3.2.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"imagemin-jpeg-recompress": "^5.1.0",
"imagemin-pngquant": "^5.1.0"
},
"dependencies": {
"jquery-smooth-scroll": "^2.2.0",
"materialize-css": "^1.0.0",
"node-sass": "^4.13.1",
"plyr": "^2.0.18"
}
}