forked from purescript-node/purescript-node-fs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
45 lines (45 loc) · 1.19 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "purescript-node-fs",
"homepage": "https://github.com/purescript-contrib/purescript-node-fs",
"description": "Node.js file system operations",
"keywords": [
"purescript"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/purescript-node/purescript-node-fs"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"tmp",
"output",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-datetime": "^4.0.0",
"purescript-effect": "^2.0.0",
"purescript-either": "^4.0.0",
"purescript-enums": "^4.0.0",
"purescript-exceptions": "^4.0.0",
"purescript-functions": "^4.0.0",
"purescript-globals": "^4.0.0",
"purescript-integers": "^4.0.0",
"purescript-js-date": "^6.0.0",
"purescript-maybe": "^4.0.0",
"purescript-node-buffer": "^5.0.0",
"purescript-node-path": "^3.0.0",
"purescript-node-streams": "^4.0.0",
"purescript-nullable": "^4.0.0",
"purescript-partial": "^2.0.0",
"purescript-prelude": "^4.0.0",
"purescript-strings": "^4.0.0",
"purescript-unsafe-coerce": "^4.0.0"
},
"devDependencies": {
"purescript-console": "^4.1.0"
}
}