This repository has been archived by the owner on Feb 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
54 lines (54 loc) · 1.51 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "govstrap",
"version": "3.0.0",
"description": "This project is a GovCMS light weight bootstrap base theme",
"author": "Department of Finance",
"license": "ISC",
"bugs": {
"url": "https://github.com/govCMS/govstrap/issues"
},
"homepage": "https://github.com/govCMS/govstrap#readme",
"repository": {
"type": "git",
"url": "https://github.com/govCMS/govstrap.git"
},
"main": "gulpfile.js",
"scripts": {
"dev": "npm run development",
"development": "gulp",
"prod": "npm run production",
"production": "gulp",
"watch": "gulp watch",
"lint": "gulp lint",
"generate-icon-font": "gulp iconFont",
"generate-favicon": "gulp generate-favicon",
"postinstall": "find node_modules/ -name '*.info' -type f -delete"
},
"devDependencies": {
"autoprefixer": "^9.1.3",
"beeper": "^1.1.1",
"bootstrap": "^4.1.3",
"browserify": "^16.2.0",
"cssnano": "^4.1.0",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-buffer": "^0.0.2",
"gulp-coffee": "^3.0.2",
"gulp-concat": "^2.6.1",
"gulp-iconfont": "^10.0.1",
"gulp-iconfont-css": "^2.3.0",
"gulp-iconfont-template": "0.0.3",
"gulp-imagemin": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-modernizr": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^8.0.0",
"gulp-real-favicon": "^0.3.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.1",
"jquery": "^3.3.1",
"jquery-form": "4.2.2",
"jshint": "^2.9.6",
"postcss-import": "^12.0.0"
}
}