-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 782 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 782 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
{
"name": "purescript-mote-runner",
"repository": {
"type": "git",
"url": "https://github.com/slamdata/purescript-mote-runner.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-prelude": "^5.0.1",
"purescript-console": "^5.0.0",
"purescript-optlicative": "garyb/purescript-optlicative#6eb14679770828bc7df68daf54c814e3805e64fa",
"purescript-validation": "^5.0.0",
"purescript-node-process": "^8.2.0",
"purescript-record": "^3.0.0",
"purescript-mote": "^2.0.0"
},
"devDependencies": {
"purescript-psci-support": "^5.0.0",
"purescript-test-unit": "^16.0.0",
"purescript-node-fs-aff": "^7.0.0"
}
}