forked from glen-cheney/Shuffle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.56 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "shufflejs",
"version": "4.0.2",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": [
"gallery",
"shuffle",
"layout",
"masonry",
"filter",
"sort",
"responsive",
"grid",
"mobile",
"tiles"
],
"main": "dist/shuffle.js",
"jsnext:main": "src/shuffle.js",
"scripts": {
"compile": "gulp scripts",
"css": "gulp css",
"gulp": "gulp && npm run css",
"serve": "gulp jekyll",
"test": "gulp test",
"watch": "gulp watch"
},
"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",
"files": [
"dist",
"src"
],
"dependencies": {
"array-parallel": "^0.1.3",
"array-uniq": "^1.0.2",
"custom-event-polyfill": "^0.3.0",
"matches-selector": "^1.0.0",
"throttleit": "^1.0.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"autoprefixer": "^6.3.4",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-register": "^6.5.2",
"chai": "^3.5.0",
"chai-dom": "^1.4.0",
"es6-promise": "^3.1.2",
"gulp": "gulpjs/gulp.git#4.0",
"gulp-mocha-phantomjs": "^0.12.0",
"gulp-postcss": "^6.1.0",
"gulp-sass": "^2.2.0",
"gulp-shell": "^0.5.2",
"gulp-util": "^3.0.7",
"mocha": "^3.0.0",
"sinon": "^1.17.3",
"webpack": "^1.13.0"
}
}