UNPKG

kist-tabify

Version:

Simple tabs and accordion interface.

57 lines (56 loc) 1.46 kB
{ "name": "kist-tabify", "version": "0.3.1", "description": "Simple tabs and accordion interface.", "author": "Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com/)", "license": "MIT", "main": "lib/index.js", "directories": { "test": "test" }, "scripts": { "version": "grunt update_json && grunt build && git add -A", "test": "bower install && grunt test" }, "dependencies": { "jquery": "^1.11.2", "kist-klass": "^0.1.5" }, "devDependencies": { "bower": "^1.7.9", "browserify-shim": "^3.8.0", "bundle-collapser": "^1.1.0", "grunt": "^0.4.5", "grunt-browserify": "^3.2.0", "grunt-bump": "^0.0.13", "grunt-cli": "^1.2.0", "grunt-compile-handlebars": "^1.0.0", "grunt-concurrent": "^1.0.0", "grunt-contrib-concat": "^0.4.0", "grunt-contrib-connect": "^0.9.0", "grunt-contrib-copy": "^0.7.0", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-uglify": "^0.7.0", "grunt-contrib-watch": "^0.6.1", "grunt-jscs": "^1.1.0", "grunt-update-json": "^0.2.2", "load-grunt-tasks": "^0.6.0" }, "keywords": [ "kist", "tabs", "accordion", "browserify" ], "browserify-shim": { "jquery": "global:$" }, "repository": { "type": "git", "url": "https://github.com/niksy/kist-tabify.git" }, "bugs": { "url": "https://github.com/niksy/kist-tabify/issues" }, "homepage": "https://github.com/niksy/kist-tabify" }