summaryrefslogtreecommitdiff
path: root/minionlivesmatter/templates/assets/bootstrap-material-design/package.json
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-25 13:13:57 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-25 13:13:57 +0100
commitd25ff2bddd44b9dac1ceb248424109d1782dd211 (patch)
tree34fcfd824a1a72e7b4d431b688adcea532b62180 /minionlivesmatter/templates/assets/bootstrap-material-design/package.json
parenta2cbdd1b88ac723e5e441c0a3c22636f0a8c4dfd (diff)
downloadmeta-d25ff2bddd44b9dac1ceb248424109d1782dd211.tar.gz
meta-d25ff2bddd44b9dac1ceb248424109d1782dd211.zip
add minionlivesmatter as submodule
Diffstat (limited to 'minionlivesmatter/templates/assets/bootstrap-material-design/package.json')
-rw-r--r--minionlivesmatter/templates/assets/bootstrap-material-design/package.json60
1 files changed, 0 insertions, 60 deletions
diff --git a/minionlivesmatter/templates/assets/bootstrap-material-design/package.json b/minionlivesmatter/templates/assets/bootstrap-material-design/package.json
deleted file mode 100644
index 19a8aeb..0000000
--- a/minionlivesmatter/templates/assets/bootstrap-material-design/package.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "name": "bootstrap-material-design",
- "description": "Bootstrap Material Design 4",
- "version": "4.0.2",
- "keywords": [
- "material",
- "design",
- "bootstrap",
- "css",
- "js",
- "sass",
- "mobile-first",
- "responsive",
- "front-end",
- "framework",
- "web"
- ],
- "homepage": "https://github.com/FezVrasta/bootstrap-material-design",
- "author": "Federico Zivolo",
- "scripts": {
- "test": "grunt test"
- },
- "style": "dist/css/bootstrap-material-design.css",
- "sass": "scss/_core.scss",
- "main": "dist/bootstrap-material-design.umd.js",
- "jsnext:main": "js/index.js",
- "repository": {
- "type": "git",
- "url": "https://github.com/FezVrasta/bootstrap-material-design.git"
- },
- "bugs": {
- "url": "https://github.com/FezVrasta/bootstrap-material-design/issues"
- },
- "license": "MIT",
- "dependencies": {
- "babel-polyfill": "^6.9.1"
- },
- "devDependencies": {
- "babel-core": "^6.11.4",
- "babel-eslint": ">=6.1.2",
- "babel-preset-es2015": "^6.9.0",
- "bootstrap": "twbs/bootstrap#v4-dev",
- "extend": "^3.0.0",
- "gulp": "github:gulpjs/gulp#4.0",
- "gulp-pipeline": "^4.0.43",
- "jquery": "^3.1",
- "moment": "^2.14.1",
- "tether": "^1.3.3"
- },
- "engines": {
- "node": "<6",
- "npm": "^3.0.0"
- },
- "files": [
- "dist",
- "js/*.js",
- "scss/**/*.scss",
- "LICENSE"
- ]
-}