lintel-contrib-navs
Version:
Navigation tools for lintel.
52 lines (51 loc) • 1.26 kB
JSON
{
"name": "lintel-contrib-navs",
"version": "0.1.4",
"description": "Navigation tools for lintel.",
"homepage": "https://github.com/lintelio/lintel-contrib-navs",
"repository": "https://github.com/lintelio/lintel-contrib-navs.git",
"author": {
"name": "Marius Craciunoiu",
"email": "",
"url": "mariusc23.com"
},
"keywords": [
"lintelmodule",
"lintel"
],
"main": [
"sass/navs.sass",
"dist/navs.min.css",
"dist/navs.min.js"
],
"license": "MIT",
"dependencies": {
"jquery": ">= 1.9.2",
"lintel": "~0.1.6"
},
"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"
}
}