-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 828 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 828 Bytes
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
{
"name": "bs-react-grid",
"version": "2.0.0",
"description": "React Grid Layout for BuckleScript/Reason",
"main": "lib/js/src/ReactGrid.js",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world"
},
"keywords": [
"BuckleScript",
"react",
"react-grid-layout"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Rolltrax/bs-react-grid"
},
"bugs": {
"url": "https://github.com/Rolltrax/bs-react-grid/issues"
},
"homepage": "https://github.com/Rolltrax/bs-react-grid#readme",
"author": "Ohad Rau <ohadrau@yahoo.com>",
"license": "MIT",
"dependencies": {
"react": "^16.8.0",
"react-grid-layout": "^0.16.6",
"reason-react": "^0.7.0"
},
"devDependencies": {
"bs-platform": "^5.0.6"
}
}