-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
30 lines (30 loc) · 809 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
{
"name": "purescript-purely-scriptable",
"homepage": "https://github.com/rlamacraft/purescript-purely-scriptable",
"repository": {
"type": "git",
"url": "git://github.com/rlamacraft/purescript-purely-scriptable.git"
},
"description": "PureScript library for interfacing with the APIs exposed by the Scriptable iOS app",
"main": "",
"license": "MIT",
"private": true,
"dependencies": {
"purescript-aff-promise": "2.0.1",
"purescript-prelude": "^4.1.0",
"purescript-maybe": "^4.0.0",
"purescript-colors": "^5.0.0",
"purescript-argonaut": "^5.0.0"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"purescript-psci-support": "^4.0.0",
"purescript-test-unit": "^14.0.0"
}
}