UNPKG

lintel-contrib-tables

Version:
49 lines (48 loc) 1.17 kB
{ "name": "lintel-contrib-tables", "version": "0.1.1", "description": "Tables for lintel.", "homepage": "https://github.com/lintelio/lintel-contrib-tables", "repository": "https://github.com/lintelio/lintel-contrib-tables.git", "author": { "name": "Marius Craciunoiu", "email": "", "url": "mariusc23.com" }, "keywords": [ "lintelmodule", "lintel" ], "main": [ "sass/tables.sass", "dist/tables.min.css" ], "license": "MIT", "dependencies": { "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-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" } }