-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 719 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 719 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
{
"name": "purescript-electron",
"homepage": "https://github.com/bamboo/purescript-electron",
"description": "FFI bindings for the Electron API",
"keywords": [
"purescript",
"electron"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/bamboo/purescript-electron.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-eff": "1.0.0",
"purescript-generics": "1.0.0",
"purescript-argonaut-codecs": "1.0.0"
},
"devDependencies": {
"purescript-console": "1.0.0",
"purescript-spec": "0.8.0"
},
"version": "0.2.1"
}