Skip to content

Commit

Permalink
Merge pull request #44 from coliff/add-package-json
Browse files Browse the repository at this point in the history
Add package.json
  • Loading branch information
coliff committed May 8, 2018
2 parents a8bed58 + da73af7 commit b386b22
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "bootstrap-ie8",
"version": "4.1.1",
"description": "Bootstrap 4 for IE8 and IE9",
"main": "css/bootstrap-ie8.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coliff/bootstrap-ie8.git"
},
"keywords": [
"bootstrap",
"ie",
"polyfill"
],
"author": "Christian Oliff <christianoliff@yahoo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/coliff/bootstrap-ie8/issues"
},
"homepage": "https://github.com/coliff/bootstrap-ie8#readme"
}

0 comments on commit b386b22

Please sign in to comment.