You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vestride_Shuffle/package.json

47 lines
1.0 KiB
JSON

{
"name": "shufflejs",
"version": "4.0.0",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": [
"jquery-plugin",
"gallery",
"shuffle",
"layout",
"masonry",
"filter",
"sort",
"responsive",
"grid",
"mobile",
"tiles"
],
"main": "dist/shuffle.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/Vestride/Shuffle.git"
},
"author": "Glen Cheney <cheney.glen@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vestride/Shuffle/issues"
},
"homepage": "https://github.com/Vestride/Shuffle",
9 years ago
"dependencies": {
"matches-selector": "^1.0.0"
9 years ago
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"browser-sync": "^2.11.1",
"child-process-promise": "^1.1.0",
"gulp": "git@github.com:gulpjs/gulp.git#4.0",
"gulp-sass": "^2.2.0",
"gulp-util": "^3.0.7",
"webpack": "^1.12.13"
}
}