-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathbower.json
36 lines (36 loc) · 804 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
{
"name": "purescript-simple-dom",
"description": "An easy to use library for dealing with the DOM and general javascript APIs.",
"keywords": [
"purescript"
],
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"tests",
"js",
"tmp",
"bower.json",
"Gruntfile.js",
"package.json"
],
"main": [],
"dependencies": {
"purescript-dom": "^0.2.8",
"purescript-arrays": "^0.4.3",
"purescript-maybe": "^0.3.4",
"purescript-foldable-traversable": "^0.4.1",
"purescript-tuples": "^0.4.0",
"purescript-strings": "^0.7.0",
"purescript-sets": "^0.5.2"
},
"devDependencies": {
"purescript-math": "^0.2.0",
"purescript-quickcheck": "^0.6.0"
},
"resolutions": {
"purescript-strings": "^0.7.0"
}
}