-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 743 Bytes
/
Copy pathbower.json
File metadata and controls
28 lines (28 loc) · 743 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
{
"name": "purescript-mol-draw",
"license": [
"MIT"
],
"repository": {
"type": "git",
"url": "https://github.com/lukasturcani/mol-draw"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-arrays": "^v5.3.1",
"purescript-console": "^v4.4.0",
"purescript-effect": "^v2.0.1",
"purescript-either": "^v4.1.1",
"purescript-integers": "^v4.0.0",
"purescript-math": "^v2.1.1",
"purescript-numbers": "^v7.0.0",
"purescript-ordered-collections": "^v1.6.1",
"purescript-strings": "^v4.0.1",
"purescript-stringutils": "^v0.0.10"
}
}