forked from GriddleGriddle/Griddle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.52 KB
/
package.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
55
56
57
58
59
60
61
{
"name": "griddle-react",
"version": "0.2.4",
"description": "Griddle - A fast and flexible grid component for React.",
"keywords": [
"react-component",
"grid",
"react",
"pagination",
"sort"
],
"main": "modules/griddle.jsx.js",
"peerDependencies": {
"react": "~0.12.x",
"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"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git://github.com/DynamicTyped/Griddle.git"
},
"author": "Ryan Lanciaux",
"license": "MIT",
"bugs": {
"url": "https://github.com/DynamicTyped/Griddle/issues"
},
"jest": {
"rootDir": "scripts",
"scriptPreprocessor": "../node_modules/6to5-jest",
"testFileExtensions": ["es6", "js"],
"moduleFileExtensions": ["js", "json", "es6"],
"unmockedModulePathPatterns": [
"react"
]
},
"homepage": "https://github.com/DynamicTyped/Griddle"
}