diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-22 19:19:26 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-22 19:19:26 +0100 |
| commit | d42c8b528eb595101954f478e0024e3f079f6fbf (patch) | |
| tree | 61a528cf94f1f6941f4683ae8736a4a0135c035e /templates/assets/bootstrap-material-design/package.json | |
| download | minionlivesmatter-d42c8b528eb595101954f478e0024e3f079f6fbf.tar.gz minionlivesmatter-d42c8b528eb595101954f478e0024e3f079f6fbf.zip | |
first implementation of fun stats site
Diffstat (limited to 'templates/assets/bootstrap-material-design/package.json')
| -rw-r--r-- | templates/assets/bootstrap-material-design/package.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/templates/assets/bootstrap-material-design/package.json b/templates/assets/bootstrap-material-design/package.json new file mode 100644 index 0000000..19a8aeb --- /dev/null +++ b/templates/assets/bootstrap-material-design/package.json @@ -0,0 +1,60 @@ +{ + "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" + ] +} |
