kist-querypoint
Version:
Simple media query breakpoints manager.
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "kist-querypoint",
"version": "0.1.2",
"description": "Simple media query breakpoints manager.",
"author": "Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com/)",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"browserify": "^7.0.2",
"browserify-shim": "^3.8.1",
"bundle-collapser": "^1.1.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.2.1",
"grunt-bump": "^0.0.13",
"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.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^0.6.1",
"load-grunt-tasks": "^0.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/niksy/kist-querypoint.git"
},
"keywords": [
"kist",
"querypoint",
"breakpoint",
"media",
"query",
"mq",
"manager"
],
"bugs": {
"url": "https://github.com/niksy/kist-querypoint/issues"
},
"homepage": "https://github.com/niksy/kist-querypoint"
}