We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bed58 commit da73af7Copy full SHA for da73af7
package.json
@@ -0,0 +1,24 @@
1
+{
2
+ "name": "bootstrap-ie8",
3
+ "version": "4.1.1",
4
+ "description": "Bootstrap 4 for IE8 and IE9",
5
+ "main": "css/bootstrap-ie8.css",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/coliff/bootstrap-ie8.git"
12
13
+ "keywords": [
14
+ "bootstrap",
15
+ "ie",
16
+ "polyfill"
17
+ ],
18
+ "author": "Christian Oliff <[email protected]>",
19
+ "license": "MIT",
20
+ "bugs": {
21
+ "url": "https://github.com/coliff/bootstrap-ie8/issues"
22
23
+ "homepage": "https://github.com/coliff/bootstrap-ie8#readme"
24
+}
0 commit comments