-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "react-flexgrid",
"version": "0.1.0",
"description": "Flexbox Grid reimagined as a set of React components",
"main": "./lib/index.js",
"directories": {
"example": "example"
},
"peerDependencies": {
"react": "^0.11.2",
"react-style": "git+https://github.com/js-next/react-style"
},
"devDependencies": {
"normalize.css": "^3.0.1",
"webpack": "^1.4.1-beta1",
"webpack-dev-server": "^1.6.5",
"react-hot-loader": "^0.4.5",
"style-loader": "^0.8.0",
"css-loader": "^0.8.0",
"jsx-loader": "^0.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/andreypopp/react-flexgrid.git"
},
"keywords": [
"react",
"react-component",
"grid",
"flexbox",
"react-style"
],
"author": "Andrey Popp <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andreypopp/react-flexgrid/issues"
},
"homepage": "https://github.com/andreypopp/react-flexgrid"
}