forked from vyorkin/purescript-handsontable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 892 Bytes
/
bower.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": "purescript-handsontable",
"version": "0.1.0",
"description": "Handsontable bindings",
"keywords": [
"purescript",
"handsontable",
"table",
"grid",
"spreadsheet",
"bindings"
],
"license": "MIT",
"authors": [
"Moritz Drexl",
"Vasiliy Yorkin <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/vyorkin/purescript-handsontable.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-prelude": "^4.1.0",
"purescript-options": "^4.0.0",
"purescript-unicode-prelude": "^0.2.4",
"purescript-foreign-generic": "^8.0.0",
"purescript-foreign": "^5.0.0",
"purescript-web-html": "^1.2.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0"
}
}