Skip to content

Commit b386b22

Browse files
authored
Merge pull request #44 from coliff/add-package-json
Add package.json
2 parents a8bed58 + da73af7 commit b386b22

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

+24
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)