kist-tabify
Version:
Simple tabs and accordion interface.
39 lines (38 loc) • 683 B
JSON
{
"name": "kist-tabify",
"version": "0.3.1",
"description": "Simple tabs and accordion interface.",
"authors": [
"Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com/)"
],
"license": "MIT",
"main": "dist/kist-tabify.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"src",
"lib",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"jquery": "~1.11.2"
},
"devDependencies": {
"jquery": "1"
},
"homepage": "https://github.com/niksy/kist-tabify",
"keywords": [
"kist",
"tabs",
"accordion",
"browserify"
],
"moduleType": [
"amd",
"globals"
]
}