-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 674 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 674 Bytes
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
{
"name": "bootstrap-ie8",
"version": "4.5.0",
"description": "Bootstrap 4 for IE8 and IE9",
"keywords": [
"bootstrap",
"ie",
"polyfill"
],
"homepage": "https://github.com/coliff/bootstrap-ie8#readme",
"bugs": {
"url": "https://github.com/coliff/bootstrap-ie8/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coliff/bootstrap-ie8.git"
},
"license": "MIT",
"author": "Christian Oliff (https://christianoliff.com)",
"main": "css/bootstrap-ie8.css",
"scripts": {
"test": "stylelint \"css/*.css\""
},
"browserslist": [
"IE 8-9"
],
"devDependencies": {
"stylelint": "^13.13.1"
}
}