This repository was archived by the owner on Jan 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.34 KB
/
Copy pathpackage.json
File metadata and controls
91 lines (91 loc) · 2.34 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "tilegrid",
"version": "0.1.1",
"description": "An almost infinitely scrolling tile component for Backbone.js, React and react-datum",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/zulily/tilegrid.git"
},
"keywords": [
"tilegrid",
"masonry",
"card",
"list",
"react",
"backbone",
"react-datum"
],
"author": "Bee Wilkerson",
"license": "MIT",
"bugs": {
"url": "https://github.com/zulily/tilegrid/issues"
},
"homepage": "https://github.com/zulily/tilegrid",
"dependencies": {
"backbone": ">=0.9.2",
"inflection": "1.7.2",
"moment": "2.10.6",
"react": "0.14.1",
"react-dom": "0.14.1",
"react-select": "git+https://github.com/zulily/react-select.git",
"selectable-collection": "0.2.1",
"underscore": "1.8.3"
},
"peerDependencies": {
"react": "0.14.1",
"react-dom": "0.14.1",
"backbone": ">=0.9.2",
"react-bootstrap": "0.27.3"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-core": "6.5.2",
"babel-loader": "6.2.3",
"babel-preset-es2015": "6.5.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-2": "6.17.0",
"bumble-build": "0.6.6",
"bumble-docs": "0.5.3",
"bumble-strings": "0.5.1",
"bumble-test": "0.4.1",
"bumble-util": "^0.2.1",
"chai-string": "^1.3.0",
"cjsx-loader": "2.1.0",
"coffee-loader": "0.7.2",
"coffee-react": "4.0.0",
"coffee-script": "1.10.0",
"commander": "2.9.0",
"fs-extra": "0.26.5",
"fstream": "1.0.8",
"glob": "5.0.15",
"grunt": "0.4.5",
"grunt-available-tasks": "0.6.1",
"grunt-coffee-react": "2.4.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-coffee": "1.0.0",
"grunt-contrib-cssmin": "0.14.0",
"grunt-contrib-watch": "0.6.1",
"grunt-coveralls": "^1.0.1",
"grunt-newer": "1.1.2",
"grunt-react": "0.12.3",
"grunt-scp": "0.1.8",
"grunt-shell": "1.1.2",
"grunt-sync": "0.5.2",
"grunt-webpack": "1.0.11",
"jquery": "2.1.4",
"lodash": "4.2.0",
"node-cjsx": "1.0.0",
"promise": "7.0.4",
"react-addons-test-utils": "0.14.2",
"react-datum": "0.13.1",
"sinon": "1.17.3",
"sync-request": "2.1.0",
"tilegrid": "0.1.1",
"webpack": "1.12.14",
"webpack-dev-server": "1.14.1"
}
}