-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
47 lines (47 loc) · 964 Bytes
/
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
{
"name": "react-grid",
"version": "0.1.0",
"description": "Data grid fro React",
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/prometheusresearch/react-grid.git"
},
"keywords": [
"react",
"grid"
],
"dependencies": {
"reactify": "^0.14.0"
},
"peerDependencies": {
"react": "^0.11.1"
},
"devDependencies": {
"browserify": "^5.9.1",
"eslint-jsx": "git+https://github.com/andreypopp/eslint#jsx",
"mocha": "^1.18.2",
"mochify": "^0.11.3",
"react": "^0.11.1",
"sinon": "^1.9.1"
},
"browserify": {
"transform": [
[
"reactify",
{
"es6": true
}
]
]
},
"author": "Prometheus Research",
"license": "MIT",
"bugs": {
"url": "https://github.com/prometheusresearch/react-grid/issues"
},
"homepage": "https://github.com/prometheusresearch/react-grid"
}