From da73af75a7665103ac3fdf6b8137c381e1f6404d Mon Sep 17 00:00:00 2001 From: coliff Date: Tue, 8 May 2018 21:17:04 +0900 Subject: [PATCH] Add package.json --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..be8ae17 --- /dev/null +++ b/package.json @@ -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 ", + "license": "MIT", + "bugs": { + "url": "https://github.com/coliff/bootstrap-ie8/issues" + }, + "homepage": "https://github.com/coliff/bootstrap-ie8#readme" +} \ No newline at end of file