-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 714 Bytes
/
bower.json
File metadata and controls
25 lines (25 loc) · 714 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
{
"name": "purescript-node-process",
"repository": {
"type": "git",
"url": "https://github.com/purescript-node/purescript-node-process.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-effect": "^4.0.0",
"purescript-foreign-object": "^4.0.0",
"purescript-foreign": "^7.0.0",
"purescript-maybe": "^6.0.0",
"purescript-node-event-emitter": "https://github.com/purescript-node/purescript-node-event-emitter.git#^3.0.0",
"purescript-node-streams": "^9.0.0",
"purescript-posix-types": "^6.0.0",
"purescript-prelude": "^6.0.0",
"purescript-unsafe-coerce": "^6.0.0"
}
}