forked from thomaspark/bootswatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "bootswatch",
"description": "Bootswatch is a collection of themes for Bootstrap.",
"version": "4.0.0",
"author": "Thomas Park",
"homepage": "https://bootswatch.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/thomaspark/bootswatch.git"
},
"engines": {
"node": ">=6"
},
"scripts": {
"postcss": "postcss --no-map --use autoprefixer --config build/js/postcss.js --replace dist/*/bootstrap.css"
},
"dependencies": {
"bootstrap": "^4.0.0"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"font-awesome": "~4.7.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^1.0.1",
"grunt-sass": "^2.0.0",
"jquery": ">=1.9.1",
"popper.js": "^1.12.9",
"postcss-cli": "^4.1.0",
"postcss-flexbugs-fixes": "^2.0.0"
}
}