UNPKG

stylie.tabs

Version:

100% width tabbed content with some example media queries for smaller screens.

53 lines 1.27 kB
{ "title": "Stylie Tab Components", "name": "stylie.tabs", "description": "100% width tabbed content with some example media queries for smaller screens.", "version": "2.0.1", "main": "index.js", "engines": { "node": ">=0.10.x" }, "scripts": { "test": "mocha -R spec --recursive" }, "repository": { "type": "git", "url": "git@github.com:typesettin/stylie.tabs.git" }, "dependencies": { "classie": ">=0.1.0", "util-extend": ">=1.0.1" }, "devDependencies": { "browserify": "~4.2.1", "chai": "1.9.1", "grunt": ">=0.4.5", "grunt-contrib-jshint": ">=0.4.3", "grunt-contrib-watch": ">=0.4.1", "grunt-simple-mocha": ">=0.4.0", "grunt-jsbeautifier": ">=0.2.7", "grunt-contrib-copy": ">=0.5.0", "grunt-browserify": ">=2.1.3", "grunt-contrib-less": ">=0.11.3", "grunt-jsdoc": ">=0.5.6", "grunt-contrib-uglify": ">=0.4.0", "grunt-contrib-cssmin": ">=0.9.0", "grunt-templater": ">=0.0.6", "grunt-newer": ">=0.7.0", "jsdoc": "3.3.0-alpha5", "mocha": "1.9.0", "stylie": "^1.7.5", "uglify-js": "^2.4.15", "uglifyify": "^2.5.0", "ejs": ">=0.8.5" }, "keywords": [ "Stylie", "tabs", "ui", "ux", "dom", "react", "html5" ] }