muuri
Version:
Responsive, sortable, filterable and draggable grid layouts.
78 lines (77 loc) • 2.34 kB
JSON
{
"name": "muuri",
"version": "0.7.1",
"description": "Responsive, sortable, filterable and draggable grid layouts.",
"keywords": [
"grid",
"layout",
"bin-packing",
"filter",
"sort",
"drag"
],
"homepage": "https://github.com/haltu/muuri",
"license": "MIT",
"author": {
"name": "Niklas Rämö",
"email": "inramo@gmail.com",
"url": "https://github.com/niklasramo"
},
"repository": {
"type": "git",
"url": "git@github.com:haltu/muuri.git"
},
"main": "dist/muuri.js",
"scripts": {
"test": "./node_modules/.bin/gulp test",
"test-sauce": "./node_modules/.bin/gulp test-sauce",
"test-sauce-min": "./node_modules/.bin/gulp test-sauce-min",
"test-local": "./node_modules/.bin/gulp test-local",
"test-local-min": "./node_modules/.bin/gulp test-local-min",
"bundle": "./node_modules/.bin/rollup -c",
"minify": "./node_modules/.bin/terser ./dist/muuri.js -o ./dist/muuri.min.js -c -m --comments",
"build": "./node_modules/.bin/gulp build",
"lint": "./node_modules/.bin/gulp lint",
"format": "./node_modules/.bin/prettier --write ./src/**/*.js",
"format-test": "./node_modules/.bin/prettier --list-different ./src/**/*.js",
"size": "./node_modules/.bin/gulp size",
"pre-commit-hook": "./node_modules/.bin/gulp pre-commit"
},
"husky": {
"hooks": {
"pre-commit": "npm run pre-commit-hook"
}
},
"peerDependencies": {
"hammerjs": "^2.0.0"
},
"devDependencies": {
"dotenv": "^6.0.0",
"gulp": "^4.0.0",
"gulp-eslint": "^5.0.0",
"gulp-replace": "^1.0.0",
"gulp-size": "^3.0.0",
"hammerjs": "^2.0.8",
"husky": "^1.0.0-rc.13",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.1.0",
"karma-qunit": "^2.1.0",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.2.0",
"karma-story-reporter": "^0.3.1",
"mezr": "^0.6.2",
"prettier": "^1.14.3",
"prosthetic-hand": "^1.3.1",
"qunit": "^2.6.2",
"rimraf": "^2.6.2",
"rollup": "^0.66.1",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-strip-banner": "^0.2.0",
"terser": "^3.8.2",
"web-animations-js": "^2.3.1",
"yargs": "^12.0.2"
}
}