-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 816 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 816 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
31
32
33
34
35
{
"name": "presentable",
"author": "fresheyeball@gmail.com",
"private": false,
"version": "0.0.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests",
"example",
"tmp"
],
"dependencies": {
"js-yaml": "~3.1.0",
"purescript-arrays": "*",
"purescript-maybe": "*",
"purescript-tuples": "~0.1.2",
"purescript-maps": "~0.0.4",
"purescript-events": "~0.0.3",
"purescript-timers": "~0.0.3",
"purescript-history": "~0.0.2",
"purescript-easy-ffi": "~1.0.1",
"purescript-exceptions": "~0.2.0",
"purescript-foreign": "~0.2.0"
},
"devDependencies": {
"purescript-quickcheck": "~0.1.3",
"mocha": "*",
"chai": "~1.9.1",
"purescript-mocha": "*",
"purescript-chai": "*",
"purescript-debug-foreign": "*"
}
}