forked from GriddleGriddle/Griddle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
54 lines (54 loc) · 1.21 KB
/
bower.json
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
{
"name": "griddle-react",
"version": "0.2.13",
"homepage": "https://github.com/GriddleGriddle/Griddle",
"authors": [
"Ryan Lanciaux"
],
"description": "Griddle - A fast and flexible grid component for React.",
"main": "build/griddle.js",
"moduleType": [
"node"
],
"keywords": [
"react-component",
"grid",
"react",
"pagination",
"sort"
],
"license": "MIT",
"dependencies": {
"react": ">=0.12.0",
"underscore": ">= 1.6.0 < 2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-6to5": "^3.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-include-replace": "~2.0.0",
"grunt-jsxhint": "^0.4.0",
"grunt-markdown": "~0.6.1",
"grunt-open": "^0.2.3",
"grunt-react": "~0.10.0",
"grunt-webpack": "~1.0.8",
"6to5-jest": "*",
"jest-cli": "*",
"jsx-loader": "~0.12.x",
"react-chartist": "~0.2.1",
"react-tools": "~0.12.x",
"underscore": "~1.6.0",
"webpack": "~1.3.3-beta1",
"webpack-dev-server": "~1.7.0"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}