Warning, /webapps/ocs-webserver/httpdocs/theme/react/lib/mdl/package.json is written in an unsupported language. File is not indexed.
0001 { 0002 "name": "material-design-lite", 0003 "version": "1.3.0", 0004 "description": "Material Design Components in CSS, JS and HTML", 0005 "private": true, 0006 "license": "Apache-2.0", 0007 "author": "Google", 0008 "repository": "google/material-design-lite", 0009 "main": "dist/material.min.js", 0010 "devDependencies": { 0011 "acorn": "^4.0.3", 0012 "babel-core": "^6.20.0", 0013 "babel-preset-es2015": "^6.18.0", 0014 "browser-sync": "^2.2.3", 0015 "chai": "^3.3.0", 0016 "chai-jquery": "^2.0.0", 0017 "del": "^2.0.2", 0018 "drool": "^0.4.0", 0019 "escodegen": "^1.6.1", 0020 "google-closure-compiler": "", 0021 "gulp": "^3.9.0", 0022 "gulp-autoprefixer": "^3.0.2", 0023 "gulp-cache": "^0.4.5", 0024 "gulp-closure-compiler": "^0.4.0", 0025 "gulp-concat": "^2.4.1", 0026 "gulp-connect": "^5.0.0", 0027 "gulp-css-inline-images": "^0.1.1", 0028 "gulp-csso": "1.0.0", 0029 "gulp-file": "^0.3.0", 0030 "gulp-flatten": "^0.3.1", 0031 "gulp-front-matter": "^1.2.2", 0032 "gulp-header": "^1.2.2", 0033 "gulp-if": "^2.0.0", 0034 "gulp-iife": "^0.3.0", 0035 "gulp-imagemin": "^3.1.0", 0036 "gulp-jscs": "^4.0.0", 0037 "gulp-jshint": "^2.0.4", 0038 "gulp-load-plugins": "^1.3.0", 0039 "gulp-marked": "^1.0.0", 0040 "gulp-mocha-phantomjs": "^0.12.0", 0041 "gulp-open": "^2.0.0", 0042 "gulp-rename": "^1.2.0", 0043 "gulp-replace": "^0.5.3", 0044 "gulp-sass": "3.0.0", 0045 "gulp-shell": "^0.5.2", 0046 "gulp-size": "^2.0.0", 0047 "gulp-sourcemaps": "^2.0.1", 0048 "gulp-subtree": "^0.1.0", 0049 "gulp-tap": "^0.1.3", 0050 "gulp-uglify": "^2.0.0", 0051 "gulp-util": "^3.0.4", 0052 "gulp-zip": "^3.0.2", 0053 "humanize": "0.0.9", 0054 "jquery": "^3.1.1", 0055 "jshint": "^2.9.4", 0056 "jshint-stylish": "^2.2.1", 0057 "merge-stream": "^1.0.0", 0058 "mocha": "^3.0.2", 0059 "prismjs": "0.0.1", 0060 "run-sequence": "^1.0.2", 0061 "swig": "^1.4.2", 0062 "through2": "^2.0.0", 0063 "vinyl-paths": "^2.0.0" 0064 }, 0065 "engines": { 0066 "node": ">=0.12.0" 0067 }, 0068 "scripts": { 0069 "test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)" 0070 }, 0071 "babel": { 0072 "only": "gulpfile.babel.js", 0073 "presets": [ 0074 "es2015" 0075 ] 0076 } 0077 }