-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
49 lines (49 loc) · 1.23 KB
/
bower.json
File metadata and controls
49 lines (49 loc) · 1.23 KB
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
46
47
48
49
{
"name": "Presentable",
"private": false,
"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.5",
"purescript-events": "~0.0.3",
"purescript-timers": "~0.0.5",
"purescript-history": "~0.0.2",
"purescript-easy-ffi": "~1.0.1",
"purescript-exceptions": "~0.2.0",
"purescript-foreign": "~0.2.0",
"socket.io": "~1.1.0",
"socket.io-client": "~1.1.0",
"purescript-oo-ffi": "~0.0.1",
"purescript-transformers": "~0.2.1",
"node-uuid": "~1.4.1",
"purescript-reactive": "*",
"purescript-canvas": "~0.1.5",
"presentable": "~0.0.0",
"purescript-strings": "~0.2.1",
"purescript-browser-sniffer": "*",
"purescript-moment": "*",
"Chart.js": "~1.0.1",
"purescript-geometry": "~0.0.2"
},
"devDependencies": {
"purescript-mocha": "*",
"purescript-chai": "*",
"purescript-debug-foreign": "*",
"tiny-trigger": "*",
"purescript-quickcheck": "~0.2.2"
},
"resolutions": {
"purescript-tuples": "~0.2.1",
"purescript-strings": "~0.4.0"
}
}