-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 774 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 774 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
{
"name": "purescript-textcursor",
"description": "TextCursor type and functions for <input>/<textarea> selections",
"homepage": "https://github.com/MonoidMusician/purescript-textcursor",
"repository": {
"type": "git",
"url": "https://github.com/MonoidMusician/purescript-textcursor"
},
"authors": [
"Nicholas Scheel <monoidmusician@gmail.com>"
],
"license": "MIT",
"dependencies": {
"purescript-prelude": "^4.0.0",
"purescript-newtype": "^3.0.0",
"purescript-profunctor-lenses": "^6.0.0",
"purescript-web-uievents": "^2.0.0"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0",
"purescript-quickcheck": "^6.0.0"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
]
}