{ "name": "@materializecss/materialize", "description": "Builds Materialize distribution packages", "author": "Alvin Wang, Alan Chang", "homepage": "https://materializecss.github.io/materialize/", "version": "1.1.0", "main": "dist/js/materialize.js", "style": "dist/css/materialize.css", "sass": "sass/materialize.scss", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/materializecss/materialize.git" }, "bugs": { "url": "https://github.com/materializecss/materialize/issues" }, "scripts": { "dev": "grunt monitor", "test": "grunt travis", "release": "grunt release", "precommit": "lint-staged", "docs": "grunt docs", "commit": "npx cz" }, "lint-staged": { "js/*.js": [ "prettier --write", "git add" ] }, "engine": "node >= 6", "devDependencies": { "@commitlint/config-conventional": "^12.1.1", "autoprefixer": "^7.1.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-es2015": "^6.24.1", "commitlint": "^12.1.1", "cz-conventional-changelog": "^3.3.0", "grunt": "^1.0.1", "grunt-babel": "^6.0.0", "grunt-banner": "^0.6.0", "grunt-browser-sync": "^2.2.0", "grunt-concurrent": "^3.0.0", "grunt-contrib-clean": "^1.1.0", "grunt-contrib-compress": "^1.4.1", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-connect": "^3.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-jasmine": "^3.0.0", "grunt-contrib-pug": "^3.0.0", "grunt-contrib-uglify": "^3.0.1", "grunt-contrib-watch": "^1.0.0", "grunt-notify": "^0.4.5", "grunt-postcss": "^0.9.0", "grunt-remove-logging": "^0.2.0", "grunt-rename-util": "^1.0.0", "grunt-sass": "^3.1.0", "grunt-text-replace": "^0.4.0", "husky": "^0.14.3", "jasmine": "^3.8.0", "jquery": "^3.2.1", "lint-staged": "^7.0.5", "node-archiver": "^0.3.0", "phantomjs-prebuilt": "^2.1.14", "prettier": "^1.12.1", "sass": "^1.35.2" }, "files": [ "dist", "extras", "js/**/*.js", "sass/**/*.scss", "Gruntfile.js", "LICENSE" ], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }