-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
36 lines (36 loc) · 840 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
{
"name": "r-layout",
"version": "0.7.0",
"author": "Florian Zinggeler",
"description": "Layout made simple. Screw CSS!",
"main": "./src/index.jsx",
"keywords": [
"react",
"react-component",
"react layout",
"layout",
"positioning",
"simple"
],
"bugs": "https://github.com/Zinggi/RLayout/issues/",
"homepage": "https://github.com/Zinggi/RLayout",
"repository": {
"type": "git",
"url": "https://github.com/Zinggi/RLayout"
},
"peerDependencies": {
"react": "0.12.x"
},
"devDependencies": {
"react": "^0.12.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-react": "^0.10.0",
"grunt-webpack": "^1.0.8",
"jsx-loader": "^0.12.2",
"webpack": "^1.4.13",
"webpack-dev-server": "^1.6.6"
},
"license": "MIT"
}