UNPKG

lintel-contrib-alerts

Version:
52 lines (51 loc) 1.26 kB
{ "name": "lintel-contrib-alerts", "version": "0.1.6", "description": "Alerts for lintel.", "homepage": "https://github.com/lintelio/lintel-contrib-alerts", "repository": "https://github.com/lintelio/lintel-contrib-alerts.git", "author": { "name": "Marius Craciunoiu", "email": "", "url": "mariusc23.com" }, "keywords": [ "lintelmodule", "lintel" ], "main": [ "sass/alerts.sass", "dist/alerts.min.css", "dist/alerts.min.js" ], "license": "MIT", "dependencies": { "jquery": ">= 1.9.1", "lintel": "~0.1.2" }, "devDependencies": { "gm": "^1.17.0", "grunt": "^0.4.5", "grunt-autoprefixer": "^2.0.0", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-connect": "^0.9.0", "grunt-contrib-copy": "^0.7.0", "grunt-contrib-csslint": "^0.3.1", "grunt-contrib-cssmin": "^0.10.0", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-nodeunit": "^0.4.1", "grunt-contrib-uglify": "^0.7.0", "grunt-contrib-watch": "^0.6.1", "grunt-notify": "^0.4.1", "grunt-sass": "^0.17.0", "grunt-webshot": "^0.3.0", "load-grunt-tasks": "^1.0.0" }, "ignore": [ "/.*", "sass/lintel-core-loader.scss" ], "scripts": { "test": "grunt test" } }