-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "ndsa.org",
"version": "1.0.0",
"description": "automation for NDSA site",
"main": "gulp.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git+https://github.com/clirdlf/ndsa.org.git",
"author": "CLIR/DLF",
"license": "MIT",
"bugs": {
"url": "https://github.com/clirdlf/ndsa.org/issues"
},
"homepage": "http://ndsa.org",
"dependencies": {
"bootstrap-table": "^1.13.4",
"jquery-sticky": "^1.0.3",
"jquery.easing": "^1.3.2",
"leaflet": "^0.7.7",
"smoothscroll-for-websites": "^1.4.8",
"wow": "^0.0.6"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"dotenv": "^5.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-include": "^2.3.1",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.1",
"imagemin-giflossy": "^5.1.10",
"imagemin-mozjpeg": "^7.0.0",
"imagemin-pngquant": "^5.1.0",
"imagemin-zopfli": "^5.1.0",
"node-sass": "^4.11.0",
"pump": "^3.0.0"
}
}