forked from GriddleGriddle/Griddle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "griddle-react",
"version": "0.1.14",
"description": "Griddle - A fast and flexible grid component for React.",
"keywords": ["react-component", "grid", "react", "pagination", "sort"],
"main": "modules/griddle.jsx.js",
"dependencies": {
"react": "~0.12.0",
"react-tools": "~0.12.0",
"underscore": "~1.6.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-open": "^0.2.3",
"grunt-contrib-connect": "^0.8.0",
"grunt-react": "~0.10.0",
"webpack": "~1.3.3-beta1",
"jsx-loader": "~0.12.0",
"jest-cli": "*"
},
"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": "../jest/preprocessor.js",
"unmockedModulePathPatterns": [
"react"
]
},
"homepage": "https://github.com/DynamicTyped/Griddle"
}