-
Notifications
You must be signed in to change notification settings - Fork 12
/
bower.json
34 lines (34 loc) · 978 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
{
"name": "purescript-node-child-process",
"description": "PureScript bindings to child_process.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/purescript-node/purescript-node-child-process.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-exceptions": "^6.0.0",
"purescript-node-event-emitter": "https://github.com/purescript-node/purescript-node-event-emitter.git#^3.0.0",
"purescript-foreign": "^7.0.0",
"purescript-foreign-object": "^4.0.0",
"purescript-functions": "^6.0.0",
"purescript-node-fs": "^9.1.0",
"purescript-node-streams": "^9.0.0",
"purescript-node-os": "v5.1.0",
"purescript-nullable": "^6.0.0",
"purescript-posix-types": "^6.0.0",
"purescript-unsafe-coerce": "^6.0.0"
},
"devDependencies": {
"purescript-console": "^6.0.0"
}
}